Searched refs:host_name_buffer_size (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/dns/ |
| D | nxd_dns.h | 925 …get(NX_DNS *dns_ptr, ULONG ip_address, UCHAR *host_name_ptr, UINT host_name_buffer_size, ULONG wai… 939 …DNS *dns_ptr, NXD_ADDRESS *ip_address, UCHAR *host_name_ptr, UINT host_name_buffer_size, ULONG wai… 961 …get(NX_DNS *dns_ptr, ULONG ip_address, UCHAR *host_name_ptr, UINT host_name_buffer_size, ULONG wai… 962 …get(NX_DNS *dns_ptr, ULONG ip_address, UCHAR *host_name_ptr, UINT host_name_buffer_size, ULONG wai… 997 …ns_ptr, NXD_ADDRESS *host_address_ptr, UCHAR *host_name_ptr, UINT host_name_buffer_size, ULONG wai… 998 …ns_ptr, NXD_ADDRESS *host_address_ptr, UCHAR *host_name_ptr, UINT host_name_buffer_size, ULONG wai…
|
| D | nxd_dns.c | 97 … UINT host_name_buffer_size, ULONG wait_option); 98 …DRESS *dns_server, UCHAR *ip_question, UCHAR *host_name_ptr, UINT host_name_buffer_size, ULONG wai… 4122 UINT host_name_buffer_size, ULONG wait_option) in _nx_dns_send_query_by_address() argument 4363 …x_dns_name_string_unencode(receive_packet_ptr, data_ptr, host_name_ptr, host_name_buffer_size - 1); in _nx_dns_send_query_by_address() 7338 …s_get(NX_DNS *dns_ptr, ULONG host_address, UCHAR *host_name, UINT host_name_buffer_size, ULONG wai… in _nxe_dns_host_by_address_get() argument 7348 if (!host_address || dns_ptr -> nx_dns_id != NX_DNS_ID || (host_name_buffer_size == 0)) in _nxe_dns_host_by_address_get() 7355 …status = _nx_dns_host_by_address_get(dns_ptr, host_address, host_name, host_name_buffer_size, wai… in _nxe_dns_host_by_address_get() 7408 …ss_get(NX_DNS *dns_ptr, ULONG dns_address, UCHAR *host_name, UINT host_name_buffer_size, ULONG wai… in _nx_dns_host_by_address_get() argument 7426 …s_host_by_address_get_internal(dns_ptr, &host_address, host_name, host_name_buffer_size, wait_opti… in _nx_dns_host_by_address_get() 7431 NX_PARAMETER_NOT_USED(host_name_buffer_size); in _nx_dns_host_by_address_get() [all …]
|