Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipmon.h79 #define OPT_NAT 0x080 macro
83 #define OPT_LOGALL (OPT_NAT|OPT_STATE|OPT_FILTER)
H A Dopts.h43 #define OPT_NAT 0x100000 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c180 opts |= OPT_NAT;
236 if ((opts & OPT_NAT) == 0)
279 } else if ((opts & (OPT_BRIEF|OPT_NAT)) == (OPT_NAT|OPT_BRIEF))
291 if ((opts & (OPT_BRIEF|OPT_NAT)) != (OPT_NAT|OPT_BRIEF))
H A Dipmon.c192 #define OPT_NAT 0x080 macro
196 #define OPT_LOGALL (OPT_NAT|OPT_STATE|OPT_FILTER)
1425 flags |= OPT_NAT;
1512 opts |= OPT_NAT;
1521 if (opts & OPT_NAT)
H A Dipmon_y.y9 #undef OPT_NAT
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm.h54 #define OPT_NAT 0x0010 macro
H A Dilbadm_subr.c385 boolean_t is_nat_src = flags & OPT_NAT; in i_match_hostorip()
889 OPT_IP_RANGE | OPT_NAT, ILB_KEY_SRC); in i_store_val()