Home
last modified time | relevance | path

Searched refs:tcpfl (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon.c121 struct flags tcpfl[] = { variable
1140 for (i = 0; tcpfl[i].value; i++)
1141 if (tp->th_flags & tcpfl[i].value)
1142 *t++ = tcpfl[i].flag;