WE310F5  39.00.000
M2MB_HOST_NAME_TO_IP Struct Reference

Structure to get IP address from host name. More...

#include <m2mb_dns_client.h>

Data Fields

UINT8h_name
 
UINT8 ** h_aliases
 
INT32 h_addrtype
 
INT32 h_length
 
UINT8 ** h_addr_list
 

Detailed Description

Structure to get IP address from host name.

This data structure is used to get the IP address of a given host name.
This is the same as the UNIX struct hostent{}.

Definition at line 97 of file m2mb_dns_client.h.

Field Documentation

◆ h_addr_list

UINT8** h_addr_list

List of addresses.

Definition at line 103 of file m2mb_dns_client.h.

◆ h_addrtype

INT32 h_addrtype

Host address type.

Definition at line 101 of file m2mb_dns_client.h.

◆ h_aliases

UINT8** h_aliases

Alias list.

Definition at line 100 of file m2mb_dns_client.h.

◆ h_length

INT32 h_length

Length of the address.

Definition at line 102 of file m2mb_dns_client.h.

◆ h_name

UINT8* h_name

Official name of the host.

Definition at line 99 of file m2mb_dns_client.h.


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