![]() |
WE310F5
39.00.000
|
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 97 of file m2mb_dns_client.h.
UINT8** h_addr_list |
List of addresses.
Definition at line 103 of file m2mb_dns_client.h.
INT32 h_addrtype |
Host address type.
Definition at line 101 of file m2mb_dns_client.h.
UINT8** h_aliases |
Alias list.
Definition at line 100 of file m2mb_dns_client.h.
INT32 h_length |
Length of the address.
Definition at line 102 of file m2mb_dns_client.h.
UINT8* h_name |
Official name of the host.
Definition at line 99 of file m2mb_dns_client.h.