Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dopts.h43 #define OPT_FLUSH 0x800000 macro
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c118 opts |= OPT_FLUSH; in main()
216 if (opts & (OPT_FLUSH|OPT_CLEAR)) in main()
287 if (opts & OPT_FLUSH) { in flushtable()