Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf.c347 const char *compatible_anchors[] = { variable
10963 for (int i = 0; i < sizeof(compatible_anchors) / sizeof(compatible_anchors[0]); i++) { in pf_check_compatible_anchor()
10964 const char *ptr = strnstr(anchor_path, compatible_anchors[i], MAXPATHLEN); in pf_check_compatible_anchor()