Home
last modified time | relevance | path

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

/mirbsd/src/sbin/pfctl/
Dparse.y246 int rule_consistent(struct pf_rule *);
3316 rule_consistent(struct pf_rule *r) in rule_consistent() function
4072 if (rule_consistent(r) < 0 || error) in expand_rule()