Home
last modified time | relevance | path

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

/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;
1005 if (opts & OPT_INACTIVE)
1053 (opts & OPT_INACTIVE) ? "inactive " : "", filters[i]);
H A Dipnat_y.y987 } else if (opts & OPT_INACTIVE) {
H A Dipf_y.y2224 } else if (opts & OPT_INACTIVE) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h42 #define OPT_INACTIVE 0x080000 macro