Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dopts.h31 #define OPT_FRSTATES 0x000800 macro
51 #define OPT_STAT OPT_FRSTATES
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c306 opts |= OPT_FRSTATES; in main()
421 } else if (opts & OPT_FRSTATES) in main()
493 if ((opts & OPT_FRSTATES) != 0) { in ipfstate_live()