Searched refs:is_anchor (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c226 pf_find_ruleset_with_owner(const char *path, const char *owner, int is_anchor, argument
241 || (is_anchor && !strcmp(anchor->owner, "")))
H A Dpf_ioctl.c2819 int is_anchor; local
2822 is_anchor = (pr->anchor_call[0] != '\0');
2824 pr->rule.owner, is_anchor, &error)) == NULL)
3418 int is_anchor; local
3422 is_anchor = (pr->anchor_call[0] != '\0');
3425 pr->rule.owner, is_anchor, &error)) == NULL)
3439 if (is_anchor) {

Completed in 22 milliseconds