Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c121 int pfctl_load_rule(struct pfctl *, char *, struct pfctl_rule *, int);
2035 if ((error = pfctl_load_rule(pf, path, r, depth))) in pfctl_load_ruleset()
2059 pfctl_load_rule(struct pfctl *pf, char *path, struct pfctl_rule *r, int depth) in pfctl_load_rule() function