Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c6250 necp_hostname_matches_domain(struct substring hostname_substring, u_int8_t hostname_dot_count, char… in necp_hostname_matches_domain() argument
6260 if (hostname_dot_count == domain_dot_count) { in necp_hostname_matches_domain()
6266 } else if (domain_dot_count < hostname_dot_count) { in necp_hostname_matches_domain()