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

/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c115 struct flags tcpfl[] = { variable in typeref:struct:flags
1175 for (i = 0; tcpfl[i].value; i++)
1176 if (tp->th_flags & tcpfl[i].value)
1177 *t++ = tcpfl[i].flag;

Completed in 53 milliseconds