|  | WE310F5
    39.00.000
    | 
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 | 
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.
| UINT32 addr4 | 
IPv4 address in network order.
Definition at line 73 of file m2mb_dns_server.h.
IPv6 address.
Definition at line 74 of file m2mb_dns_server.h.
| UINT8 hostName[M2MB_DNS_MAX_HOSTNAME_LEN] | 
Host name.
Definition at line 72 of file m2mb_dns_server.h.
| UINT32 ttl | 
Time to live in seconds.
Definition at line 75 of file m2mb_dns_server.h.