Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c7564 necp_hostname_matches_domain(struct substring hostname_substring, u_int8_t hostname_dot_count, char… in necp_hostname_matches_domain() argument
7574 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()