WE310F5  39.00.000
M2MB_DNS_SERVER_HOST Struct Reference

Structure of HOST in the DNS server. More...

#include <m2mb_dns_server.h>

Data Fields

UINT8 hostName [M2MB_DNS_MAX_HOSTNAME_LEN]
 
UINT32 addr4
 
M2MB_SOCKET_BSD_IPV6_ADDR_T addr6
 
UINT32 ttl
 

Detailed Description

Structure of HOST in the DNS server.

Structure for storing a HOST in the DNS server. This would be used to add the HOST or while listing the HOST list.

Definition at line 70 of file m2mb_dns_server.h.

Field Documentation

◆ addr4

UINT32 addr4

IPv4 address in network order.

Definition at line 73 of file m2mb_dns_server.h.

◆ addr6

IPv6 address.

Definition at line 74 of file m2mb_dns_server.h.

◆ hostName

Host name.

Definition at line 72 of file m2mb_dns_server.h.

◆ ttl

UINT32 ttl

Time to live in seconds.

Definition at line 75 of file m2mb_dns_server.h.


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