Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf.c354 const char *compatible_anchors[] = { variable
11145 for (int i = 0; i < sizeof(compatible_anchors) / sizeof(compatible_anchors[0]); i++) { in pf_check_compatible_anchor()
11146 const char *__null_terminated ptr = strnstr(anchor_path, compatible_anchors[i], MAXPATHLEN); in pf_check_compatible_anchor()