Searched refs:PF_RDR (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/tcpdump/ |
| H A D | pflog.h | 90 #define PF_RDR 8 macro
|
| H A D | print-pflog.c | 72 { PF_RDR, "rdr" },
|
| /freebsd/contrib/libpcap/ |
| H A D | pflog.h | 94 #define PF_RDR 8 macro
|
| H A D | grammar.y.in | 304 { PF_RDR, "rdr" },
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.c | 444 case PF_RDR: in print_pool() 476 case PF_RDR: in print_pool() 721 case PF_RDR: in print_src_node() 1332 if (r->action == PF_NAT || r->action == PF_BINAT || r->action == PF_RDR) { in print_rule() 1353 r->rdr.proxy_port[1], PF_RDR); in print_rule()
|
| H A D | pf_ruleset.c | 119 case PF_RDR: in pf_get_ruleset_number()
|
| H A D | pfctl.c | 1697 nr, ri.ticket, PF_SCRUB, path, PF_RDR) != 0) in pfctl_show_rules() 1744 nr, ri.ticket, PF_PASS, path, PF_RDR) != 0) in pfctl_show_rules() 1836 static int nattype[3] = { PF_NAT, PF_RDR, PF_BINAT }; in pfctl_show_nat() 1910 ri.ticket, nattype[i], npath, PF_RDR) != 0) in pfctl_show_nat() 2601 if (pfctl_add_pool(pf, &r->rdr, PF_RDR)) in pfctl_load_rule()
|
| H A D | parse.y | 1150 r.action = PF_RDR; 5245 $$.b1 = PF_RDR; 5767 case PF_RDR: in rule_consistent() 6966 if (r->action == PF_RDR) { in expand_rule()
|
| /freebsd/contrib/pf/ftp-proxy/ |
| H A D | filter.c | 325 pfrule.action = PF_RDR; in prepare_rule()
|
| /freebsd/contrib/pf/tftp-proxy/ |
| H A D | filter.c | 336 pfrule.action = PF_RDR; in prepare_rule()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.h | 51 PF_BINAT, PF_NOBINAT, PF_RDR, PF_NORDR, PF_SYNPROXY_DROP, PF_DEFER, enumerator
|
| H A D | pf_ioctl.c | 448 MPASS(which == PF_RDR || which == PF_NAT || which == PF_RT); in pf_get_kpool() 483 case PF_RDR: in pf_get_kpool() 3202 if (((rule->action == PF_NAT) || (rule->action == PF_RDR) || in pf_ioctl_addrule() 3550 if (pp->which != PF_RDR && pp->which != PF_NAT && in pf_ioctl_add_addr() 3609 case PF_RDR: in pf_ioctl_add_addr() 3633 if (pp->which != PF_RDR && pp->which != PF_NAT && in pf_ioctl_get_addrs() 3661 if (pp->which != PF_RDR && pp->which != PF_NAT && in pf_ioctl_get_addr() 4846 (newrule->action == PF_RDR) || in pfioctl() 5451 npp.which = PF_RDR; in pfioctl() 5461 npp.which = PF_RDR; in pfioctl() [all …]
|
| H A D | pf_lb.c | 1119 case PF_RDR: in pf_get_transaddr() 1228 case PF_RDR: { in pf_get_transaddr()
|
| H A D | pf_ruleset.c | 121 case PF_RDR: in pf_get_ruleset_number()
|
| H A D | pf_nl.c | 1610 attrs.which = PF_RDR; in pf_handle_add_addr() 1630 attrs.which = PF_RDR; in pf_handle_get_addrs() 1665 attrs.which = PF_RDR; in pf_handle_get_addr()
|
| H A D | pf.c | 5937 nat_action = PF_RDR; in pf_rule_apply_nat() 10683 s->nat_rule->action == PF_RDR && in pf_dummynet_route() 11521 s->nat_rule->action == PF_RDR || in pf_counters_inc() 11934 (s->nat_rule->action == PF_RDR || in pf_test()
|