Searched refs:domain_dot_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | necp.c | 7575 …_substring, u_int8_t hostname_dot_count, char *domain __null_terminated, u_int8_t domain_dot_count) in necp_hostname_matches_domain() argument 7585 if (hostname_dot_count == domain_dot_count) { in necp_hostname_matches_domain() 7591 } else if (domain_dot_count < hostname_dot_count) { in necp_hostname_matches_domain() 9123 u_int8_t domain_dot_count, in necp_socket_check_policy() argument 9357 bool domain_matches = (domain_dot_count == kernel_policy->cond_domain_dot_count && in necp_socket_check_policy() 9358 …necp_hostname_matches_domain(domain, domain_dot_count, kernel_policy->cond_domain, kernel_policy->… in necp_socket_check_policy() 9376 …bool domain_matches = necp_hostname_matches_domain(domain, domain_dot_count, kernel_policy->cond_d… in necp_socket_check_policy() 10163 u_int8_t domain_dot_count = 0; in necp_socket_find_policy_match_with_info_locked() local 10166 domain_dot_count = necp_count_dots(domain_substring.string, domain_substring.length); in necp_socket_find_policy_match_with_info_locked() 10255 domain_dot_count, in necp_socket_find_policy_match_with_info_locked()
|