Searched refs:PF_NORDR (Results 1 – 13 of 13) sorted by relevance
/netbsd/external/bsd/tcpdump/dist/ |
H A D | pf.h | 37 PF_BINAT=5, PF_NOBINAT=6, PF_RDR=7, PF_NORDR=8, PF_SYNPROXY_DROP=9 }; enumerator
|
H A D | print-pflog.c | 77 { PF_NORDR, "rdr" },
|
/netbsd/sys/dist/pf/net/ |
H A D | pf_ruleset.c | 134 case PF_NORDR: in pf_get_ruleset_number()
|
H A D | pfvar.h | 78 PF_BINAT, PF_NOBINAT, PF_RDR, PF_NORDR, PF_SYNPROXY_DROP }; enumerator
|
H A D | pf.c | 2597 rm->action == PF_NORDR || rm->action == PF_NOBINAT)) 2629 case PF_NORDR:
|
/netbsd/external/bsd/libpcap/dist/ |
H A D | cmakeconfig.h.in | 156 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
|
H A D | config.h.in | 156 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
|
H A D | grammar.y | 263 return (PF_NORDR); in pfaction_to_num()
|
H A 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])
|
H A D | configure | 4923 …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 D | CMakeLists.txt | 315 return PF_NAT+PF_NONAT+PF_BINAT+PF_NOBINAT+PF_RDR+PF_NORDR;
|
/netbsd/dist/pf/sbin/pfctl/ |
H A D | parse.y | 3490 $$.b1 = PF_NORDR; 3542 if (r.action == PF_NONAT || r.action == PF_NORDR) { 4048 case PF_NORDR: in rule_consistent()
|
H A D | pfctl_parser.c | 714 if (r->action > PF_NORDR) in print_rule()
|