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

/xnu-2422.115.4/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.c2835 int is_anchor; local
2839 is_anchor = (pr->anchor_call[0] != '\0');
2841 pr->rule.owner, is_anchor, &error)) == NULL)
3475 int is_anchor; local
3479 is_anchor = (pr->anchor_call[0] != '\0');
3482 pr->rule.owner, is_anchor, &error)) == NULL)
3496 if (is_anchor) {

Completed in 82 milliseconds