Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dpflog.h87 #define PF_NONAT 5 macro
H A Dprint-pflog.c69 { PF_NONAT, "nonat" },
/freebsd/contrib/libpcap/
H A Dpflog.h87 #define PF_NONAT 5 macro
H A Dgrammar.y.in314 { PF_NONAT, "nonat" },
/freebsd/sbin/pfctl/
H A Dpf_ruleset.c112 case PF_NONAT: in pf_get_ruleset_number()
H A Dparse.y4788 $$.b1 = PF_NONAT;
4854 if (r.action == PF_NONAT || r.action == PF_NORDR) {
5430 case PF_NONAT: in rule_consistent()
/freebsd/sys/netpfil/pf/
H A Dpf.h50 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
H A Dpf_lb.c195 if (rm->action == PF_NONAT || in pf_match_translation()
798 case PF_NONAT: in pf_get_translation()
H A Dpf_ruleset.c117 case PF_NONAT: in pf_get_ruleset_number()