Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dpflog.h84 #define PF_SCRUB 2 macro
H A Dprint-pflog.c66 { PF_SCRUB, "scrub" },
/freebsd/contrib/libpcap/
H A Dpflog.h84 #define PF_SCRUB 2 macro
H A Dgrammar.y.in311 { PF_SCRUB, "scrub" },
/freebsd/sbin/pfctl/
H A Dpf_ruleset.c102 case PF_SCRUB: in pf_get_ruleset_number()
H A Dpfctl.c1295 ret = pfctl_get_rules_info_h(pfh, &ri, PF_SCRUB, path); in pfctl_show_rules()
1308 if ((ret = pfctl_get_clear_rule_h(pfh, nr, ri.ticket, path, PF_SCRUB, in pfctl_show_rules()
1315 nr, ri.ticket, PF_SCRUB, path, PF_RDR) != 0) in pfctl_show_rules()
1319 nr, ri.ticket, PF_SCRUB, path, PF_NAT) != 0) in pfctl_show_rules()
1323 nr, ri.ticket, PF_SCRUB, path, PF_RT) != 0) in pfctl_show_rules()
H A Dpfctl_parser.c1162 if (r->action == PF_SCRUB) { in print_rule()
H A Dparse.y1228 $$.b1 = PF_SCRUB;
5425 case PF_SCRUB: in rule_consistent()
/freebsd/sys/netpfil/pf/
H A Dpf.h50 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
H A Dpf_ruleset.c107 case PF_SCRUB: in pf_get_ruleset_number()