WL865E4-P  36.07.001
M2MB_SOCKET_BSD_HOSTENT Struct Reference

#include <m2mb_socket.h>

Data Fields

CHARh_name
 
CHAR ** h_aliases
 
INT32 h_addrtype
 
INT32 h_length
 
CHAR ** h_addr_list
 

Detailed Description

Structure returned by network data base library.

Definition at line 294 of file m2mb_socket.h.

Field Documentation

◆ h_addr_list

CHAR** h_addr_list

Pointer to array of pointers with inet v4 addresses

Definition at line 300 of file m2mb_socket.h.

◆ h_addrtype

INT32 h_addrtype

Host address type, equals M2MB_SOCKET_BSD_AF_INET

Definition at line 298 of file m2mb_socket.h.

◆ h_aliases

CHAR** h_aliases

Pointer to struct of aliases

Definition at line 297 of file m2mb_socket.h.

◆ h_length

INT32 h_length

Length of address

Definition at line 299 of file m2mb_socket.h.

◆ h_name

CHAR* h_name

Official name of host

Definition at line 296 of file m2mb_socket.h.


The documentation for this struct was generated from the following file: