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