Searched refs:OPT_BRIEF (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/
H A Dopts.h26 #define OPT_BRIEF 0x000200 macro
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipftest.c129 opts |= OPT_BRIEF;
277 if (!(opts & OPT_BRIEF)) {
284 } else if ((opts & (OPT_BRIEF|OPT_NAT)) ==
285 (OPT_NAT|OPT_BRIEF)) {
311 if ((opts & (OPT_BRIEF|OPT_NAT)) != (OPT_NAT|OPT_BRIEF))

Completed in 60 milliseconds