Searched refs:nx_dns_cache (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/dns/ |
| D | nxd_dns.c | 3941 …if(_nx_dns_cache_find_answer(dns_ptr, dns_ptr -> nx_dns_cache, host_name, (USHORT)lookup_type, buf… in _nx_dns_host_resource_data_by_name_get() 4380 …status = _nx_dns_cache_add_string(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, … in _nx_dns_send_query_by_address() 4387 …status = _nx_dns_cache_add_string(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, … in _nx_dns_send_query_by_address() 4392 …_nx_dns_cache_delete_string(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, temp_r… in _nx_dns_send_query_by_address() 4397 …status = _nx_dns_cache_add_rr(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, &tem… in _nx_dns_send_query_by_address() 4404 … _nx_dns_cache_delete_rr(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, &temp_rr); in _nx_dns_send_query_by_address() 5361 …status = _nx_dns_cache_add_string(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, … in _nx_dns_process_a_type() 5371 …status = _nx_dns_cache_add_rr(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, &tem… in _nx_dns_process_a_type() 5378 … _nx_dns_cache_delete_rr(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, &temp_rr); in _nx_dns_process_a_type() 5861 …status = _nx_dns_cache_add_string(dns_ptr, dns_ptr -> nx_dns_cache, dns_ptr -> nx_dns_cache_size, … in _nx_dns_process_aaaa_type() [all …]
|
| D | nxd_dns.h | 329 …UCHAR* nx_dns_cache; /* Pointer to the cache. … member
|