Searched refs:domain_substring (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | necp.c | 6532 struct substring domain_substring; in necp_hostname_matches_domain() local 6533 domain_substring.string = domain; in necp_hostname_matches_domain() 6534 domain_substring.length = strlen(domain); in necp_hostname_matches_domain() 6538 if (hostname_substring.length == domain_substring.length && in necp_hostname_matches_domain() 6539 … strncasecmp(hostname_substring.string, domain_substring.string, hostname_substring.length) == 0) { in necp_hostname_matches_domain() 6543 if (necp_check_suffix(hostname_substring, domain_substring, TRUE)) { in necp_hostname_matches_domain() 8741 …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 8742 u_int8_t domain_dot_count = necp_count_dots(domain_substring.string, domain_substring.length); in necp_socket_find_policy_match_with_info_locked() 8833 …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()
|