Home
last modified time | relevance | path

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

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