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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h39 #define OPT_INACTIVE 0x080000 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf.c106 opts &= ~OPT_INACTIVE;
131 opts ^= OPT_INACTIVE;
436 if (opts & OPT_INACTIVE)
H A Dipfstat.c332 opts |= OPT_INACTIVE;
1006 if (opts & OPT_INACTIVE)
1054 (opts & OPT_INACTIVE) ? "inactive " : "", filters[i]);
H A Dipnat_y.y989 } else if (opts & OPT_INACTIVE) {
H A Dipf_y.y2224 } else if (opts & OPT_INACTIVE) {

Completed in 250 milliseconds