![]() |
WE310F5
39.00.000
|
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 | |
CHAR * | svr_Name |
M2MB_HOST_NAME_TO_IP_T * | getHostInfo |
INT32 | af |
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.
INT32 af |
To get host information by server name and address family
Definition at line 133 of file m2mb_dns_client.h.
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.
CHAR* svr_Name |
only to get host information by server name
Definition at line 131 of file m2mb_dns_client.h.