Home
last modified time | relevance | path

Searched refs:PF_RDR (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dpflog.h90 #define PF_RDR 8 macro
H A Dprint-pflog.c72 { PF_RDR, "rdr" },
/freebsd/contrib/libpcap/
H A Dpflog.h90 #define PF_RDR 8 macro
H A Dgrammar.y.in317 { PF_RDR, "rdr" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c432 case PF_RDR: in print_pool()
464 case PF_RDR: in print_pool()
693 case PF_RDR: in print_src_node()
1252 PF_RDR); in print_rule()
1257 r->action == PF_RDR)) { in print_rule()
H A Dpf_ruleset.c119 case PF_RDR: in pf_get_ruleset_number()
H A Dpfctl.c1315 nr, ri.ticket, PF_SCRUB, path, PF_RDR) != 0) in pfctl_show_rules()
1356 nr, ri.ticket, PF_PASS, path, PF_RDR) != 0) in pfctl_show_rules()
1448 static int nattype[3] = { PF_NAT, PF_RDR, PF_BINAT }; in pfctl_show_nat()
1522 ri.ticket, nattype[i], path, PF_RDR) != 0) in pfctl_show_nat()
2087 if (pfctl_add_pool(pf, &r->rdr, r->af, PF_RDR)) in pfctl_load_rule()
H A Dparse.y1122 r.action = PF_RDR;
4803 $$.b1 = PF_RDR;
4882 case PF_RDR:
5433 case PF_RDR: in rule_consistent()
/freebsd/contrib/pf/ftp-proxy/
H A Dfilter.c325 pfrule.action = PF_RDR; in prepare_rule()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c439 MPASS(which == PF_RDR || which == PF_NAT || which == PF_RT); in pf_get_kpool()
474 case PF_RDR: in pf_get_kpool()
2220 if (((((rule->action == PF_NAT) || (rule->action == PF_RDR) || in pf_ioctl_addrule()
2570 if (pp->which != PF_RDR && pp->which != PF_NAT && in pf_ioctl_add_addr()
2622 case PF_RDR: in pf_ioctl_add_addr()
2646 if (pp->which != PF_RDR && pp->which != PF_NAT && in pf_ioctl_get_addrs()
2674 if (pp->which != PF_RDR && pp->which != PF_NAT && in pf_ioctl_get_addr()
3790 (newrule->action == PF_RDR) || in pfioctl()
4440 npp.which = PF_RDR; in pfioctl()
4450 npp.which = PF_RDR; in pfioctl()
[all …]
H A Dpf.h51 PF_BINAT, PF_NOBINAT, PF_RDR, PF_NORDR, PF_SYNPROXY_DROP, PF_DEFER, enumerator
H A Dpf_ruleset.c124 case PF_RDR: in pf_get_ruleset_number()
H A Dpf_nl.c1561 attrs.which = PF_RDR; in pf_handle_add_addr()
1581 attrs.which = PF_RDR; in pf_handle_get_addrs()
1618 attrs.which = PF_RDR; in pf_handle_get_addr()
H A Dpf_lb.c914 case PF_RDR: { in pf_get_translation()
H A Dpf.c9600 s->nat_rule->action == PF_RDR && in pf_dummynet_route()
10550 (s->nat_rule->action == PF_RDR || in pf_test()
/freebsd/contrib/pf/tftp-proxy/
H A Dfilter.c336 pfrule.action = PF_RDR; in prepare_rule()