Home | History | Annotate | Download | only in pfctl

Lines Matching refs:anchor_call

827 			print_rule(&pr.rule, pr.anchor_call, rule_numbers);
874 if (pr.anchor_call[0] &&
875 ((((p = strrchr(pr.anchor_call, '_')) != NULL) &&
876 ((void *)p == (void *)pr.anchor_call ||
879 if ((p = strrchr(pr.anchor_call, '/')) !=
883 p = &pr.anchor_call[0];
885 p = &pr.anchor_call[0];
943 print_rule(&pr.rule, pr.anchor_call,
1131 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call)
1144 if (anchor_call[0] && r->anchor == NULL) {
1153 if (strlcpy(r->anchor->path, anchor_call,
1156 if ((p = strrchr(anchor_call, '/')) != NULL) {
1159 anchor_call);
1161 p = (char *)anchor_call;
1276 /* set up anchor before adding to path for anchor_call */
1301 if (r->anchor && strlcpy(pr.anchor_call, name,
1302 sizeof(pr.anchor_call)) >= sizeof(pr.anchor_call))