Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c7545 necp_check_suffix(struct substring parent, struct substring suffix, bool require_dot_before_suffix) in necp_check_suffix() function
7581 if (necp_check_suffix(hostname_substring, domain_substring, TRUE)) { in necp_hostname_matches_domain()