pfctl.c | 96 int pfctl_load_rule(struct pfctl *, char *, struct pf_rule *, int); 1244 if ((error = pfctl_load_rule(pf, path, r, depth))) 1268 pfctl_load_rule(struct pfctl *pf, char *path, struct pf_rule *r, int depth) function in typeref:typename:int 1280 errx(1, "pfctl_load_rule: strlcpy"); 1303 errx(1, "pfctl_load_rule: strlcpy");
|