Home
last modified time | relevance | path

Searched refs:PF_NONAT (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-pflog.c67 { PF_NONAT, "nat" },
/dragonfly/sys/net/pf/
H A Dpf_ruleset.c124 case PF_NONAT: in pf_get_ruleset_number()
H A Dpfvar.h86 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
H A Dpf.c3150 if (rm != NULL && (rm->action == PF_NONAT || in pf_match_translation()
3198 case PF_NONAT: in pf_get_translation()
/dragonfly/usr.sbin/pfctl/
H A Dparse.y3882 $$.b1 = PF_NONAT;
3947 if (r.action == PF_NONAT || r.action == PF_NORDR) {
4445 case PF_NONAT: in rule_consistent()