BSD Host Entry structure.
#include <rl_net.h>
|
| char * | h_name |
| | Official name of host.
|
| |
| char ** | h_aliases |
| | Pointer to an array of alias names.
|
| |
| int16_t | h_addrtype |
| | Address Type: AF_INET, AF_NETBIOS.
|
| |
| int16_t | h_length |
| | Length of address in bytes.
|
| |
| char ** | h_addr_list |
| | Pointer to an array of IPv4 addresses.
|
| |
| char** hostent::h_addr_list |
| int16_t hostent::h_addrtype |
| char** hostent::h_aliases |
| int16_t hostent::h_length |
The documentation for this struct was generated from the following file:
- C:/Projects/UV/ARM/MW/Network/Include/rl_net.h