Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dopts.h25 #define OPT_SHOWLIST 0x000020 macro
52 #define OPT_LIST OPT_SHOWLIST
/freebsd/sbin/ipf/ipscan/
H A Dipscan_y.y471 else if (opts & OPT_SHOWLIST) { in showlist()
530 opts |= OPT_SHOWLIST; in main()
563 if (opts & (OPT_SHOWLIST|OPT_STAT)) { in main()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c291 opts |= OPT_ACCNT|OPT_SHOWLIST; in main()
315 opts |= OPT_INQUE|OPT_SHOWLIST; in main()
321 opts |= OPT_SHOWLIST; in main()
339 opts |= OPT_OUTQUE|OPT_SHOWLIST; in main()
415 } else if (opts & OPT_SHOWLIST) { in main()
1066 if (!(opts & OPT_SHOWLIST)) { in showipstates()