|  | WE310F5
    39.00.000
    | 
#include <m2mb_socket.h>
| Data Fields | |
| CHAR * | h_name | 
| CHAR ** | h_aliases | 
| INT32 | h_addrtype | 
| INT32 | h_length | 
| CHAR ** | h_addr_list | 
Structure returned by network data base library.
Definition at line 333 of file m2mb_socket.h.
| CHAR** h_addr_list | 
Pointer to array of pointers with inet v4 addresses
Definition at line 339 of file m2mb_socket.h.
| INT32 h_addrtype | 
Host address type, equals M2MB_SOCKET_BSD_AF_INET
Definition at line 337 of file m2mb_socket.h.
| CHAR** h_aliases | 
Pointer to struct of aliases
Definition at line 336 of file m2mb_socket.h.
| INT32 h_length | 
Length of address
Definition at line 338 of file m2mb_socket.h.
| CHAR* h_name | 
Official name of host
Definition at line 335 of file m2mb_socket.h.