|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Network host entry. More...
#include <netdb.h>
Data Fields | |
| char * | h_name |
| Official name of the host. | |
| char ** | h_aliases |
| Alternative host names. | |
| int | h_addrtype |
| Address type. | |
| int | h_length |
| Length of address, in bytes. | |
| char ** | h_addr_list |
| Network addresses of host. | |
Network host entry.
This structure describes a network host entry in the address database. When looking up an address with the gethostbyname() function, one of these will be returned with information about the host.
| char** hostent::h_addr_list |
Network addresses of host.
| int hostent::h_addrtype |
Address type.
| char** hostent::h_aliases |
Alternative host names.
| int hostent::h_length |
Length of address, in bytes.
| char* hostent::h_name |
Official name of the host.