Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dopts.h44 #define OPT_CLEAR 0x1000000 macro
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c109 opts |= OPT_CLEAR; in main()
216 if (opts & (OPT_FLUSH|OPT_CLEAR)) in main()
312 if (opts & OPT_CLEAR) { in flushtable()