Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/tcpdump/
HDpflog.h87 #define PF_NONAT 5 macro
HDprint-pflog.c69 { PF_NONAT, "nonat" },
/freebsd-14-stable/contrib/libpcap/
HDpflog.h87 #define PF_NONAT 5 macro
HDgrammar.y.in314 { PF_NONAT, "nonat" },
/freebsd-14-stable/sys/netpfil/pf/
HDpf_lb.c199 if (rm->action == PF_NONAT || in pf_match_translation()
641 case PF_NONAT: in pf_get_translation()
HDpf.h50 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
HDpf_ruleset.c118 case PF_NONAT: in pf_get_ruleset_number()
/freebsd-14-stable/sbin/pfctl/
HDpf_ruleset.c113 case PF_NONAT: in pf_get_ruleset_number()
HDparse.y4657 $$.b1 = PF_NONAT;
4722 if (r.action == PF_NONAT || r.action == PF_NORDR) {
5287 case PF_NONAT: in rule_consistent()