Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.c7581 struct substring domain_substring; in necp_hostname_matches_domain() local
7582 domain_substring.string = __unsafe_null_terminated_to_indexable(domain); in necp_hostname_matches_domain()
7583 domain_substring.length = strlen(domain); in necp_hostname_matches_domain()
7587 if (hostname_substring.length == domain_substring.length && in necp_hostname_matches_domain()
7588 …p(hostname_substring.string, hostname_substring.length, domain_substring.string, domain_substring.… in necp_hostname_matches_domain()
7592 if (necp_check_suffix(hostname_substring, domain_substring, TRUE)) { in necp_hostname_matches_domain()
10162 struct substring domain_substring = {}; in necp_socket_find_policy_match_with_info_locked() local
10165domain_substring = necp_trim_dots_and_stars(__unsafe_null_terminated_to_indexable(info->domain), i… in necp_socket_find_policy_match_with_info_locked()
10166 domain_dot_count = necp_count_dots(domain_substring.string, domain_substring.length); in necp_socket_find_policy_match_with_info_locked()
10254 domain_substring, in necp_socket_find_policy_match_with_info_locked()