Searched refs:OPT_NAT (Results 1 – 3 of 3) sorted by relevance
163 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))
11 #undef OPT_NAT
41 #define OPT_NAT 0x100000 macro