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.c1677 ret = pfctl_get_rules_info_h(pfh, &ri, PF_SCRUB, path); in pfctl_show_rules()
1690 if ((ret = pfctl_get_clear_rule_h(pfh, nr, ri.ticket, path, PF_SCRUB, in pfctl_show_rules()
1697 nr, ri.ticket, PF_SCRUB, path, PF_RDR) != 0) in pfctl_show_rules()
1701 nr, ri.ticket, PF_SCRUB, path, PF_NAT) != 0) in pfctl_show_rules()
1705 nr, ri.ticket, PF_SCRUB, path, PF_RT) != 0) in pfctl_show_rules()
H A Dpfctl_parser.c1254 if (r->action == PF_SCRUB) { in print_rule()
H A Dparse.y1256 $$.b1 = PF_SCRUB;
5759 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.c104 case PF_SCRUB: in pf_get_ruleset_number()