Searched refs:PF_NAT (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-pflog.c | 67 { PF_NAT, "nat" },
|
| /freebsd-12-stable/sys/netpfil/ipfw/nat64/ |
| D | nat64clat.c | 76 plog->action = PF_NAT; in nat64clat_log()
|
| D | nat64stl.c | 75 plog->action = PF_NAT; in nat64stl_log()
|
| D | nat64lsn.c | 186 plog->action = PF_NAT; in nat64lsn_log()
|
| /freebsd-12-stable/sbin/pfctl/ |
| D | pfctl_parser.c | 426 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()
|
| D | pf_ruleset.c | 112 case PF_NAT: in pf_get_ruleset_number()
|
| D | parse.y | 1024 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()
|
| D | pfctl.c | 1231 static int nattype[3] = { PF_NAT, PF_RDR, PF_BINAT }; in pfctl_show_nat()
|
| /freebsd-12-stable/sys/netpfil/pf/ |
| D | pf_ruleset.c | 102 case PF_NAT: in pf_get_ruleset_number()
|
| D | pf.h | 51 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
|
| D | pf_lb.c | 597 case PF_NAT: in pf_get_translation()
|
| D | pf_ioctl.c | 2105 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/ |
| D | filter.c | 315 pfrule.action = PF_NAT; in prepare_rule()
|
| /freebsd-12-stable/contrib/pf/tftp-proxy/ |
| D | filter.c | 326 pfrule.action = PF_NAT; in prepare_rule()
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | cmakeconfig.h.in | 156 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
|
| D | config.h.in | 156 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
|
| D | grammar.y | 255 return (PF_NAT); in pfaction_to_num()
|
| D | configure.ac | 62 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])
|
| D | configure | 4923 …{ $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; }
|
| D | CMakeLists.txt | 315 return PF_NAT+PF_NONAT+PF_BINAT+PF_NOBINAT+PF_RDR+PF_NORDR;
|