#include <stdapis/netdb.h>
| struct hostent |
| Public Attributes | |
|---|---|
| char ** | h_addr_list |
| int | h_addrtype |
| char ** | h_aliases |
| int | h_length |
| char * | h_name |
Structures returned by network data base library. All addresses are supplied in host order, and returned in network order (suitable for use in system calls).