Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c5902 size_t tracker_domain_length = 0; in necp_find_domain_info_common() local
5935 tracker_domain_length = length; in necp_find_domain_info_common()
5977 if (domain_info->is_tracker && tracker_domain != NULL && tracker_domain_length > 0) { in necp_find_domain_info_common()
5978 size_t length_to_copy = MIN(tracker_domain_length, sizeof(domain_info->domain_name)); in necp_find_domain_info_common()