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

/opensolaris-onvv-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.h40 #define OPT_NAT 0x100000 macro
/opensolaris-onvv-gate/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_y.y9 #undef OPT_NAT
H A Dipmon.c185 #define OPT_NAT 0x080 macro
189 #define OPT_LOGALL (OPT_NAT|OPT_STATE|OPT_FILTER)
1413 flags |= OPT_NAT;
1490 opts |= OPT_NAT;
1499 if (opts & OPT_NAT)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm.h54 #define OPT_NAT 0x0010 macro
H A Dilbadm_subr.c387 boolean_t is_nat_src = flags & OPT_NAT;
891 OPT_IP_RANGE | OPT_NAT, ILB_KEY_SRC);

Completed in 153 milliseconds