Home
last modified time | relevance | path

Searched refs:PF_SCRUB (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/tcpdump/dist/
H A Dpf.h36 enum { PF_PASS=0, PF_DROP=1, PF_SCRUB=2, PF_NAT=3, PF_NONAT=4, enumerator
/netbsd-src/external/bsd/libpcap/dist/
H A Dpflog.h84 #define PF_SCRUB 2 macro
/netbsd-src/sys/dist/pf/net/
H A Dpf_ruleset.c117 case PF_SCRUB: in pf_get_ruleset_number()
H A Dpfvar.h77 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl.c782 pr.rule.action = PF_SCRUB; in pfctl_show_rules()
805 nr, pr.ticket, PF_SCRUB, path) != 0) in pfctl_show_rules()
H A Dpfctl_parser.c998 if (r->action == PF_SCRUB) { in print_rule()
H A Dparse.y901 $$.b1 = PF_SCRUB;
4039 case PF_SCRUB: in rule_consistent()