Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dpf.c11084 const char *anchor_path = a->path; in pf_check_compatible_anchor() local
11087 if (strncmp(anchor_path, PF_RESERVED_ANCHOR, MAXPATHLEN) == 0) { in pf_check_compatible_anchor()
11091 if (strncmp(anchor_path, "com.apple", MAXPATHLEN) == 0) { in pf_check_compatible_anchor()
11096 const char *ptr = strnstr(anchor_path, compatible_anchors[i], MAXPATHLEN); in pf_check_compatible_anchor()
11097 if (ptr != NULL && ptr == anchor_path) { in pf_check_compatible_anchor()