Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c6256 struct substring domain_substring; in necp_hostname_matches_domain() local
6257 domain_substring.string = domain; in necp_hostname_matches_domain()
6258 domain_substring.length = strlen(domain); in necp_hostname_matches_domain()
6262 if (hostname_substring.length == domain_substring.length && in necp_hostname_matches_domain()
6263 … strncasecmp(hostname_substring.string, domain_substring.string, hostname_substring.length) == 0) { in necp_hostname_matches_domain()
6267 if (necp_check_suffix(hostname_substring, domain_substring, TRUE)) { in necp_hostname_matches_domain()
8295 …struct substring domain_substring = necp_trim_dots_and_stars(info->domain, info->domain ? strlen(i… in necp_socket_find_policy_match_with_info_locked() local
8296 u_int8_t domain_dot_count = necp_count_dots(domain_substring.string, domain_substring.length); in necp_socket_find_policy_match_with_info_locked()
8369 …id, info->real_application_id, info->cred_result, info->account_id, domain_substring, domain_dot_c… in necp_socket_find_policy_match_with_info_locked()