WE310F5  39.00.000
M2MB_HOST_NAME_TO_IP_INFO Struct Reference

Structure is used by the CONF IDs M2MB_DNSC_CONF_GET_HOST_BY_NAME and M2MB_DNSC_CONF_GET_HOST_BY_NAME2 to get IP address from host name. More...

#include <m2mb_dns_client.h>

Data Fields

CHARsvr_Name
 
M2MB_HOST_NAME_TO_IP_TgetHostInfo
 
INT32 af
 

Detailed Description

Structure is used by the CONF IDs M2MB_DNSC_CONF_GET_HOST_BY_NAME and M2MB_DNSC_CONF_GET_HOST_BY_NAME2 to get IP address from host name.

M2MB_HOST_NAME_TO_IP_T is the same as the UNIX struct hostent{}.

Definition at line 129 of file m2mb_dns_client.h.

Field Documentation

◆ af

INT32 af

To get host information by server name and address family

Definition at line 133 of file m2mb_dns_client.h.

◆ getHostInfo

M2MB_HOST_NAME_TO_IP_T* getHostInfo

The resultant of get host by name APIs

Definition at line 132 of file m2mb_dns_client.h.

◆ svr_Name

CHAR* svr_Name

only to get host information by server name

Definition at line 131 of file m2mb_dns_client.h.


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