Home
last modified time | relevance | path

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

/freebsd-head/contrib/tcpdump/
HDpflog.h84 #define PF_SCRUB 2 macro
HDprint-pflog.c66 { PF_SCRUB, "scrub" },
/freebsd-head/contrib/libpcap/
HDpflog.h84 #define PF_SCRUB 2 macro
HDgrammar.y.in311 { PF_SCRUB, "scrub" },
/freebsd-head/sbin/pfctl/
HDpf_ruleset.c102 case PF_SCRUB: in pf_get_ruleset_number()
HDpfctl.c1294 ret = pfctl_get_rules_info_h(pfh, &ri, PF_SCRUB, path); in pfctl_show_rules()
1307 if ((ret = pfctl_get_clear_rule_h(pfh, nr, ri.ticket, path, PF_SCRUB, in pfctl_show_rules()
1314 nr, ri.ticket, PF_SCRUB, path, PF_RDR) != 0) in pfctl_show_rules()
1318 nr, ri.ticket, PF_SCRUB, path, PF_NAT) != 0) in pfctl_show_rules()
1322 nr, ri.ticket, PF_SCRUB, path, PF_RT) != 0) in pfctl_show_rules()
HDpfctl_parser.c1162 if (r->action == PF_SCRUB) { in print_rule()
HDparse.y1235 $$.b1 = PF_SCRUB;
5327 case PF_SCRUB: in rule_consistent()
/freebsd-head/sys/netpfil/pf/
HDpf.h50 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
HDpf_ruleset.c107 case PF_SCRUB: in pf_get_ruleset_number()