Home
last modified time | relevance | path

Searched refs:parse_rules (Results 1 – 3 of 3) sorted by relevance

/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_parser.h208 int parse_rules(FILE *, struct pfctl *);
H A Dpfctl.c1421 if (parse_rules(fin, &pf) < 0) { in pfctl_rules()
H A Dparse.y5227 parse_rules(FILE *input, struct pfctl *xpf) in parse_rules() function