Home
last modified time | relevance | path

Searched refs:PF_NAT (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
Dprint-pflog.c67 { PF_NAT, "nat" },
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
Dnat64clat.c76 plog->action = PF_NAT; in nat64clat_log()
Dnat64stl.c75 plog->action = PF_NAT; in nat64stl_log()
Dnat64lsn.c186 plog->action = PF_NAT; in nat64lsn_log()
/freebsd-12-stable/sbin/pfctl/
Dpfctl_parser.c426 case PF_NAT: in print_pool()
449 case PF_NAT: in print_pool()
488 if (id == PF_NAT && p1 == 0 && p2 == 0) in print_pool()
677 case PF_NAT: in print_src_node()
1059 if (!anchor_call[0] && (r->action == PF_NAT || in print_rule()
Dpf_ruleset.c112 case PF_NAT: in pf_get_ruleset_number()
Dparse.y1024 r.action = PF_NAT;
4160 $$.b1 = PF_NAT;
4260 case PF_NAT:
4314 if (r.action != PF_NAT) {
4333 if (r.action != PF_NAT) {
4770 case PF_NAT: in rule_consistent()
Dpfctl.c1231 static int nattype[3] = { PF_NAT, PF_RDR, PF_BINAT }; in pfctl_show_nat()
/freebsd-12-stable/sys/netpfil/pf/
Dpf_ruleset.c102 case PF_NAT: in pf_get_ruleset_number()
Dpf.h51 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
Dpf_lb.c597 case PF_NAT: in pf_get_translation()
Dpf_ioctl.c2105 if (((((rule->action == PF_NAT) || (rule->action == PF_RDR) || in pf_ioctl_addrule()
2753 if (((((newrule->action == PF_NAT) || in pfioctl()
/freebsd-12-stable/contrib/pf/ftp-proxy/
Dfilter.c315 pfrule.action = PF_NAT; in prepare_rule()
/freebsd-12-stable/contrib/pf/tftp-proxy/
Dfilter.c326 pfrule.action = PF_NAT; in prepare_rule()
/freebsd-12-stable/contrib/libpcap/
Dcmakeconfig.h.in156 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
Dconfig.h.in156 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
Dgrammar.y255 return (PF_NAT); in pfaction_to_num()
Dconfigure.ac62 AC_MSG_CHECKING(whether net/pfvar.h defines PF_NAT through PF_NORDR)
68 [return PF_NAT+PF_NONAT+PF_BINAT+PF_NOBINAT+PF_RDR+PF_NORDR;],
72 [define if net/pfvar.h defines PF_NAT through PF_NORDR])
Dconfigure4923 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether net/pfvar.h defines PF_NAT through PF_NO…
4924 $as_echo_n "checking whether net/pfvar.h defines PF_NAT through PF_NORDR... " >&6; }
DCMakeLists.txt315 return PF_NAT+PF_NONAT+PF_BINAT+PF_NOBINAT+PF_RDR+PF_NORDR;