Home
last modified time | relevance | path

Searched refs:print_rule (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.h258 void print_rule(struct pf_rule *, const char *, int);
H A Dpfctl.c866 print_rule(&pr.rule, pr.anchor_call, rule_numbers); in pfctl_show_rules()
928 print_rule(&pr.rule, p, rule_numbers); in pfctl_show_rules()
984 print_rule(&pr.rule, pr.anchor_call, in pfctl_show_nat()
1351 print_rule(r, r->anchor ? r->anchor->name : "", in pfctl_load_rule()
H A Dpfctl_optimize.c408 print_rule(&por->por_rule, por->por_rule.anchor ? in optimize_superblock()
H A Dpfctl_parser.c655 print_rule(struct pf_rule *r, const char *anchor_call, int verbose) in print_rule() function