Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c6503 struct substring domain_substring; in necp_hostname_matches_domain() local
6504 domain_substring.string = domain; in necp_hostname_matches_domain()
6505 domain_substring.length = strlen(domain); in necp_hostname_matches_domain()
6509 if (hostname_substring.length == domain_substring.length && in necp_hostname_matches_domain()
6510 … strncasecmp(hostname_substring.string, domain_substring.string, hostname_substring.length) == 0) { in necp_hostname_matches_domain()
6514 if (necp_check_suffix(hostname_substring, domain_substring, TRUE)) { in necp_hostname_matches_domain()
8705 …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
8706 u_int8_t domain_dot_count = necp_count_dots(domain_substring.string, domain_substring.length); in necp_socket_find_policy_match_with_info_locked()
8779 …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()