Home
last modified time | relevance | path

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

/trueos/sbin/pfctl/
HDpfctl.c105 int pfctl_load_rule(struct pfctl *, char *, struct pf_rule *, int);
1301 if ((error = pfctl_load_rule(pf, path, r, depth))) in pfctl_load_ruleset()
1325 pfctl_load_rule(struct pfctl *pf, char *path, struct pf_rule *r, int depth) in pfctl_load_rule() function