Home
last modified time | relevance | path

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

/titanic_41/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.h40 #define OPT_NAT 0x100000 macro
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipftest.c185 opts |= OPT_NAT;
241 if ((opts & OPT_NAT) == 0)
284 } else if ((opts & (OPT_BRIEF|OPT_NAT)) == (OPT_NAT|OPT_BRIEF))
296 if ((opts & (OPT_BRIEF|OPT_NAT)) != (OPT_NAT|OPT_BRIEF))
H A Dipmon.c188 #define OPT_NAT 0x080 macro
192 #define OPT_LOGALL (OPT_NAT|OPT_STATE|OPT_FILTER)
1421 flags |= OPT_NAT;
1508 opts |= OPT_NAT;
1517 if (opts & OPT_NAT)
H A Dipmon_y.y9 #undef OPT_NAT
/titanic_41/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()