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

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dipft_tx.c28 static char myflagset[] = "FSRPAUEC"; variable
282 if ((t = strchr(myflagset, *s)))
283 tcp->th_flags |= myflags[t-myflagset];
456 if ((t = strchr(myflagset, *s)))
457 tcp->th_flags |= myflags[t-myflagset];

Completed in 206 milliseconds