Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c126 opts |= OPT_FLUSH; in main()
223 if (opts & (OPT_FLUSH|OPT_CLEAR)) in main()
401 if (opts & OPT_FLUSH) { in flushtable()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h46 #define OPT_FLUSH 0x800000 macro