sbin/pfctl/pfctl.c
136
int pfctl_load_ruleset(struct pfctl *, char *,
sbin/pfctl/pfctl.c
2531
if ((error = pfctl_load_ruleset(pf, path,
sbin/pfctl/pfctl.c
2784
(pfctl_load_ruleset(&pf, path, rs, PF_RULESET_SCRUB, 0))) ||
sbin/pfctl/pfctl.c
2788
(pfctl_load_ruleset(&pf, path, rs, PF_RULESET_NAT, 0) ||
sbin/pfctl/pfctl.c
2789
pfctl_load_ruleset(&pf, path, rs, PF_RULESET_RDR, 0) ||
sbin/pfctl/pfctl.c
2790
pfctl_load_ruleset(&pf, path, rs, PF_RULESET_BINAT, 0))) ||
sbin/pfctl/pfctl.c
2792
pfctl_load_ruleset(&pf, path, rs, PF_RULESET_FILTER, 0))) {