Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h316 void print_rule(struct pfctl_rule *, const char *, int, int);
H A Dpfctl.c1413 print_rule(&rule, anchor_call, rule_numbers, numeric); in pfctl_show_rules()
1486 print_rule(&rule, anchor_call, rule_numbers, numeric); in pfctl_show_rules()
1616 print_rule(&rule, anchor_call, in pfctl_show_nat()
2263 print_rule(r, name, in pfctl_load_rule()
H A Dpfctl_optimize.c425 print_rule(&por->por_rule, por->por_rule.anchor ? in optimize_superblock()
H A Dpfctl_parser.c857 print_rule(struct pfctl_rule *r, const char *anchor_call, int verbose, int numeric) in print_rule() function