#include <tini400_dns.h>
Data Fields | |
| char * | h_name |
| String with the official name of the host. | |
| char ** | h_aliases |
| String with alternative host names. | |
| int | h_addrtype |
| Address type (AF_INET or AF_INET6). | |
| int | h_length |
| Length of the address. | |
| char ** | h_addr_list |
| List of network addresses, each of h_length bytes. The list is null-terminated. | |
| Copyright 2004 Dallas Semiconductor, Inc.. | Documentation generated by Doxygen. |