Home
last modified time | relevance | path

Searched refs:anchor_path (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/net/
H A Dpf.c11114 const char *__null_terminated anchor_path = __unsafe_null_terminated_from_indexable(a->path); in pf_check_compatible_anchor() local
11117 if (strcmp(anchor_path, PF_RESERVED_ANCHOR) == 0) { in pf_check_compatible_anchor()
11121 if (strcmp(anchor_path, "com.apple") == 0) { in pf_check_compatible_anchor()
11126 const char *__null_terminated ptr = strnstr(anchor_path, compatible_anchors[i], MAXPATHLEN); in pf_check_compatible_anchor()
11127 if (ptr != NULL && ptr == anchor_path) { in pf_check_compatible_anchor()