Home
last modified time | relevance | path

Searched refs:OPT_NAT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipftest.c163 opts |= OPT_NAT;
240 if ((opts & OPT_NAT) == 0)
285 } else if ((opts & (OPT_BRIEF|OPT_NAT)) ==
286 (OPT_NAT|OPT_BRIEF)) {
312 if ((opts & (OPT_BRIEF|OPT_NAT)) != (OPT_NAT|OPT_BRIEF))
H A Dipmon_y.y11 #undef OPT_NAT
/netbsd-src/external/bsd/ipf/dist/
H A Dopts.h41 #define OPT_NAT 0x100000 macro