Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-pflog.c65 { PF_SCRUB, "scrub" },
/dragonfly/sys/net/pf/
H A Dpf_ruleset.c115 case PF_SCRUB: in pf_get_ruleset_number()
H A Dpfvar.h86 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
/dragonfly/usr.sbin/pfctl/
H A Dpfctl.c834 pr.rule.action = PF_SCRUB; in pfctl_show_rules()
857 nr, pr.ticket, PF_SCRUB, path) != 0) in pfctl_show_rules()
H A Dpfctl_parser.c983 if (r->action == PF_SCRUB) { in print_rule()
H A Dparse.y1033 $$.b1 = PF_SCRUB;
4440 case PF_SCRUB: in rule_consistent()