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

/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipmon.c82 struct flags tcpfl[] = { variable in typeref:struct:flags
1268 for (i = 0; tcpfl[i].value; i++)
1269 if (tp->th_flags & tcpfl[i].value)
1270 *t++ = tcpfl[i].flag;

Completed in 79 milliseconds