Searched refs:hostname_dot_count (Results 1 – 1 of 1) sorted by relevance
7564 necp_hostname_matches_domain(struct substring hostname_substring, u_int8_t hostname_dot_count, char… in necp_hostname_matches_domain() argument7574 if (hostname_dot_count == domain_dot_count) { in necp_hostname_matches_domain()7580 } else if (domain_dot_count < hostname_dot_count) { in necp_hostname_matches_domain()