HomeSort by: relevance | last modified time | path
    Searched refs:anchor_call (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dist/pf/net/
pf_ruleset.c 366 pr->anchor_call[0] = 0;
370 strlcpy(pr->anchor_call, "/", sizeof(pr->anchor_call));
371 strlcat(pr->anchor_call, r->anchor->path,
372 sizeof(pr->anchor_call));
387 strlcat(pr->anchor_call, "../",
388 sizeof(pr->anchor_call));
397 strlcat(pr->anchor_call, r->anchor->path + (a[0] ?
398 strlen(a) + 1 : 0), sizeof(pr->anchor_call));
402 strlcat(pr->anchor_call, pr->anchor_call[0] ? "/*" : "*"
    [all...]
pfvar.h 1353 char anchor_call[MAXPATHLEN]; member in struct:pfioc_rule
pf_ioctl.c 1530 if (pf_anchor_setup(rule, ruleset, pr->anchor_call))
1782 if (pf_anchor_setup(newrule, ruleset, pcr->anchor_call))
  /src/dist/pf/sbin/pfctl/
pfctl.c 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)
    [all...]
pfctl_parser.c 703 print_rule(struct pf_rule *r, const char *anchor_call, int verbose)
716 else if (anchor_call[0]) {
717 if (anchor_call[0] == '_') {
721 anchor_call);
845 !anchor_call[0] && r->keep_state)
871 if (!r->keep_state && r->action == PF_PASS && !anchor_call[0])
1024 if (!anchor_call[0] && (r->action == PF_NAT ||
parse.y 4032 rule_consistent(struct pf_rule *r, int anchor_call)
4041 problems = filter_consistent(r, anchor_call);
4060 filter_consistent(struct pf_rule *r, int anchor_call)
4653 const char *anchor_call)
4802 if (rule_consistent(r, anchor_call[0]) < 0 || error)
4806 pfctl_add_rule(pf, r, anchor_call);
pfctl_optimize.c 909 rs = pf_find_or_create_ruleset(pr.anchor_call);

Completed in 27 milliseconds