Searched refs:domain_dot_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp.c | 6885 …substring hostname_substring, u_int8_t hostname_dot_count, char *domain, u_int8_t domain_dot_count) in necp_hostname_matches_domain() argument 6895 if (hostname_dot_count == domain_dot_count) { in necp_hostname_matches_domain() 6901 } else if (domain_dot_count < hostname_dot_count) { in necp_hostname_matches_domain() 8331 …s_entitled, u_int32_t account_id, struct substring domain, u_int8_t domain_dot_count, const char *… in necp_socket_check_policy() argument 8530 bool domain_matches = (domain_dot_count == kernel_policy->cond_domain_dot_count && in necp_socket_check_policy() 8531 …necp_hostname_matches_domain(domain, domain_dot_count, kernel_policy->cond_domain, kernel_policy->… in necp_socket_check_policy() 8546 …bool domain_matches = necp_hostname_matches_domain(domain, domain_dot_count, kernel_policy->cond_d… in necp_socket_check_policy() 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() local 9329 …lication_id, info->is_entitled, info->account_id, domain_substring, domain_dot_count, info->url, i… in necp_socket_find_policy_match_with_info_locked()
|