OPT_NAT
boolean_t is_nat_src = flags & OPT_NAT;
OPT_IP_RANGE | OPT_NAT, ILB_KEY_SRC);
opts |= OPT_NAT;
if ((opts & OPT_NAT) == 0)
} else if ((opts & (OPT_BRIEF|OPT_NAT)) == (OPT_NAT|OPT_BRIEF))
if ((opts & (OPT_BRIEF|OPT_NAT)) != (OPT_NAT|OPT_BRIEF))
flags |= OPT_NAT;
opts |= OPT_NAT;
if (opts & OPT_NAT)
#define OPT_LOGALL (OPT_NAT|OPT_STATE|OPT_FILTER)
#define OPT_LOGALL (OPT_NAT|OPT_STATE|OPT_FILTER)