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

/freebsd-12-stable/contrib/ipfilter/
H A Dopts.h26 #define OPT_SHOWLIST 0x000020 macro
53 #define OPT_LIST OPT_SHOWLIST
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipscan_y.y474 else if (opts & OPT_SHOWLIST) {
534 opts |= OPT_SHOWLIST;
567 if (opts & (OPT_SHOWLIST|OPT_STAT)) {
H A Dipfstat.c299 opts |= OPT_ACCNT|OPT_SHOWLIST;
323 opts |= OPT_INQUE|OPT_SHOWLIST;
329 opts |= OPT_SHOWLIST;
347 opts |= OPT_OUTQUE|OPT_SHOWLIST;
423 } else if (opts & OPT_SHOWLIST) {
1095 if (!(opts & OPT_SHOWLIST)) {

Completed in 122 milliseconds