Home
last modified time | relevance | path

Searched refs:OPT_IPSTATES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/ipf/common/
H A Dopts.h38 #define OPT_IPSTATES 0x040000 macro
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c356 opts |= OPT_IPSTATES; in main()
413 if (opts & OPT_IPSTATES) { in main()
475 if ((opts & OPT_IPSTATES) != 0) { in ipfstate_live()