WE310F5  39.00.000
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 333 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 339 of file m2mb_socket.h.

◆ h_addrtype

INT32 h_addrtype

Host address type, equals M2MB_SOCKET_BSD_AF_INET

Definition at line 337 of file m2mb_socket.h.

◆ h_aliases

CHAR** h_aliases

Pointer to struct of aliases

Definition at line 336 of file m2mb_socket.h.

◆ h_length

INT32 h_length

Length of address

Definition at line 338 of file m2mb_socket.h.

◆ h_name

CHAR* h_name

Official name of host

Definition at line 335 of file m2mb_socket.h.


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