![]() |
WL865E4-P
36.07.001
|
Structure to get IP address from host name. More...
#include <m2mb_dns_client.h>
Data Fields | |
UINT8 * | h_name |
UINT8 ** | h_aliases |
INT32 | h_addrtype |
INT32 | h_length |
UINT8 ** | h_addr_list |
Structure to get IP address from host name.
This data structure is used to get the IP address of a given host name.
This is the same as the UNIX struct hostent{}.
Definition at line 70 of file m2mb_dns_client.h.
UINT8** h_addr_list |
List of addresses.
Definition at line 76 of file m2mb_dns_client.h.
INT32 h_addrtype |
Host address type.
Definition at line 74 of file m2mb_dns_client.h.
UINT8** h_aliases |
Alias list.
Definition at line 73 of file m2mb_dns_client.h.
INT32 h_length |
Length of the address.
Definition at line 75 of file m2mb_dns_client.h.
UINT8* h_name |
Official name of the host.
Definition at line 72 of file m2mb_dns_client.h.