Searched refs:host_address (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_dns.c | 189 ULONG host_address; in thread_client_entry() local 792 …status = nx_dns_info_by_name_get(&client_dns, (UCHAR *)"www.my_example.com", &host_address, &host_… in thread_client_entry() 806 host_address >> 24, in thread_client_entry() 807 host_address >> 16 & 0xFF, in thread_client_entry() 808 host_address >> 8 & 0xFF, in thread_client_entry() 809 host_address & 0xFF); in thread_client_entry()
|
| /NetX-Duo-v6.2.1/addons/dns/ |
| D | nxd_dns.c | 7338 UINT _nxe_dns_host_by_address_get(NX_DNS *dns_ptr, ULONG host_address, UCHAR *host_name, UINT host… 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() 7412 NXD_ADDRESS host_address; in _nx_dns_host_by_address_get() local 7422 host_address.nxd_ip_version = NX_IP_VERSION_V4; in _nx_dns_host_by_address_get() 7423 host_address.nxd_ip_address.v4 = dns_address; in _nx_dns_host_by_address_get() 7426 …return(_nx_dns_host_by_address_get_internal(dns_ptr, &host_address, host_name, host_name_buffer_si… in _nx_dns_host_by_address_get() 7484 UINT _nxde_dns_host_by_address_get(NX_DNS *dns_ptr, NXD_ADDRESS *host_address, UCHAR *host_name_pt… in _nxde_dns_host_by_address_get() argument 7490 if ((dns_ptr == NX_NULL) || (host_name_ptr == NX_NULL) || (host_address == NX_NULL)) in _nxde_dns_host_by_address_get() 7501 …status = _nxd_dns_host_by_address_get(dns_ptr, host_address, host_name_ptr, host_name_buffer_size… in _nxde_dns_host_by_address_get()
|