Home
last modified time | relevance | path

Searched refs:PF_NORDR (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/bsd/tcpdump/dist/
H A Dpf.h37 PF_BINAT=5, PF_NOBINAT=6, PF_RDR=7, PF_NORDR=8, PF_SYNPROXY_DROP=9 }; enumerator
H A Dprint-pflog.c77 { PF_NORDR, "rdr" },
/netbsd/sys/dist/pf/net/
H A Dpf_ruleset.c134 case PF_NORDR: in pf_get_ruleset_number()
H A Dpfvar.h78 PF_BINAT, PF_NOBINAT, PF_RDR, PF_NORDR, PF_SYNPROXY_DROP }; enumerator
H A Dpf.c2597 rm->action == PF_NORDR || rm->action == PF_NOBINAT))
2629 case PF_NORDR:
/netbsd/external/bsd/libpcap/dist/
H A Dcmakeconfig.h.in156 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
H A Dconfig.h.in156 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
H A Dgrammar.y263 return (PF_NORDR); in pfaction_to_num()
H A 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])
H A Dconfigure4923 …cho "$as_me:${as_lineno-$LINENO}: checking whether net/pfvar.h defines PF_NAT through PF_NORDR" >&5
4924 $as_echo_n "checking whether net/pfvar.h defines PF_NAT through PF_NORDR... " >&6; }
H A DCMakeLists.txt315 return PF_NAT+PF_NONAT+PF_BINAT+PF_NOBINAT+PF_RDR+PF_NORDR;
/netbsd/dist/pf/sbin/pfctl/
H A Dparse.y3490 $$.b1 = PF_NORDR;
3542 if (r.action == PF_NONAT || r.action == PF_NORDR) {
4048 case PF_NORDR: in rule_consistent()
H A Dpfctl_parser.c714 if (r->action > PF_NORDR) in print_rule()