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

/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.h219 int pfctl_add_rule(struct pfctl *, struct pf_rule *, const char *);
H A Dparse.y991 pfctl_add_rule(pf, &r, $2);
4145 pfctl_add_rule(pf, &binat, "");
5133 pfctl_add_rule(pf, r, anchor_call);
H A Dpfctl.c1187 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call) function
1205 err(1, "pfctl_add_rule: calloc");
1211 errx(1, "pfctl_add_rule: strlcpy");
1214 err(1, "pfctl_add_rule: bad anchor name %s",
1220 errx(1, "pfctl_add_rule: strlcpy");
1447 errx(1, "pfctl_add_rule: strlcpy");
1450 errx(1, "pfctl_add_rule: strlcpy");

Completed in 75 milliseconds