Searched refs:anchor_call (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ruleset.c369 pr->anchor_call[0] = 0;
373 strlcpy(pr->anchor_call, "/", sizeof(pr->anchor_call));
374 strlcat(pr->anchor_call, r->anchor->path,
375 sizeof(pr->anchor_call));
391 strlcat(pr->anchor_call, "../",
392 sizeof(pr->anchor_call));
401 strlcat(pr->anchor_call, r->anchor->path + (a[0] ?
402 strlen(a) + 1 : 0), sizeof(pr->anchor_call));
406 strlcat(pr->anchor_call, p
[all...]
H A Dpf_ioctl.c1252 if (pf_anchor_setup(rule, ruleset, pr->anchor_call))
1513 if (pf_anchor_setup(newrule, ruleset, pcr->anchor_call))
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c967 print_rule(&pr.rule, pr.anchor_call, rule_numbers, numeric);
1016 if (pr.anchor_call[0] &&
1017 ((((p = strrchr(pr.anchor_call, '_')) != NULL) &&
1018 ((void *)p == (void *)pr.anchor_call ||
1021 if ((p = strrchr(pr.anchor_call, '/')) !=
1025 p = &pr.anchor_call[0];
1027 p = &pr.anchor_call[0];
1085 print_rule(&pr.rule, pr.anchor_call,
1287 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r, const char *anchor_call) argument
1300 if (anchor_call[
[all...]
H A Dpfctl_parser.c684 print_rule(struct pf_rule *r, const char *anchor_call, int verbose, int numeric) argument
697 else if (anchor_call[0]) {
698 if (anchor_call[0] == '_') {
702 anchor_call);
826 !anchor_call[0] && r->keep_state)
867 if (!r->keep_state && r->action == PF_PASS && !anchor_call[0])
1045 if (!anchor_call[0] && (r->action == PF_NAT ||
H A Dparse.y4603 rule_consistent(struct pf_rule *r, int anchor_call)
4612 problems = filter_consistent(r, anchor_call);
4631 filter_consistent(struct pf_rule *r, int anchor_call)
5242 const char *anchor_call)
5391 if (rule_consistent(r, anchor_call[0]) < 0 || error)
5395 pfctl_add_rule(pf, r, anchor_call);
H A Dpfctl_optimize.c916 rs = pf_find_or_create_ruleset(pr.anchor_call);
/freebsd-11-stable/sys/net/
H A Dpfvar.h1244 char anchor_call[MAXPATHLEN]; member in struct:pfioc_rule

Completed in 118 milliseconds