Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp.c6891 struct substring domain_substring; in necp_hostname_matches_domain() local
6892 domain_substring.string = domain; in necp_hostname_matches_domain()
6893 domain_substring.length = strlen(domain); in necp_hostname_matches_domain()
6897 if (hostname_substring.length == domain_substring.length && in necp_hostname_matches_domain()
6898 … strncasecmp(hostname_substring.string, domain_substring.string, hostname_substring.length) == 0) { in necp_hostname_matches_domain()
6902 if (necp_check_suffix(hostname_substring, domain_substring, TRUE)) { in necp_hostname_matches_domain()
9237 …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
9238 u_int8_t domain_dot_count = necp_count_dots(domain_substring.string, domain_substring.length); in necp_socket_find_policy_match_with_info_locked()
9329 …id, info->real_application_id, info->is_entitled, info->account_id, domain_substring, domain_dot_c… in necp_socket_find_policy_match_with_info_locked()