Searched refs:pfctl_add_rule (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.h237 int pfctl_add_rule(struct pfctl *, struct pf_rule *, const char *);
H A Dparse.y1031 pfctl_add_rule(pf, &r, $2);
4379 pfctl_add_rule(pf, &binat, "");
5395 pfctl_add_rule(pf, r, anchor_call);
H A Dpfctl.c1287 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call) function
1305 err(1, "pfctl_add_rule: calloc");
1311 errx(1, "pfctl_add_rule: strlcpy");
1314 err(1, "pfctl_add_rule: bad anchor name %s",
1320 errx(1, "pfctl_add_rule: strlcpy");
1547 errx(1, "pfctl_add_rule: strlcpy");
1550 errx(1, "pfctl_add_rule: strlcpy");

Completed in 81 milliseconds