#include <netdb.h>
Data Fields | |
| char * | h_name |
| Official name of host. | |
| char ** | h_aliases |
| Alias list. | |
| int | h_addrtype |
| Host address type. | |
| int | h_length |
| Length of address. | |
| char ** | h_addr_list |
| List of addresses. | |
| char* hostent::h_name |
Official name of host.
| char** hostent::h_aliases |
Alias list.
Host address type.
Length of address.
| char** hostent::h_addr_list |
List of addresses.
1.5.6