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

/freebsd-12-stable/contrib/ipfilter/
H A Dopts.h40 #define OPT_INACTIVE 0x080000 macro
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf.c93 opts &= ~OPT_INACTIVE;
115 opts ^= OPT_INACTIVE;
412 if (opts & OPT_INACTIVE)
H A Dipfstat.c326 opts |= OPT_INACTIVE;
1032 if (opts & OPT_INACTIVE)
1067 (opts & OPT_INACTIVE) ? "inactive " : "",
1073 (opts & OPT_INACTIVE) ? "inactive " : "",
H A Dipf_y.y2423 } else if (opts & OPT_INACTIVE) {

Completed in 158 milliseconds