Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.13.1.2
Data Fields
openDnsDynamicHostEntry_s Struct Reference

Data Fields

openDnsDomainNameType_t entryType
 DNS entry type. More...
 
open_inet_addr_t hostAddr
 Address. More...
 
uint8_t hostName [OPEN_DNS_DOMAIN_NAME_SIZE_MAX]
 DNS Hostname. More...
 
uint32_t rrClass
 
uint32_t rrIndex
 
uint8_t rrName [OPEN_DNS_DOMAIN_NAME_SIZE_MAX+1]
 
uint32_t rrType
 
uint32_t ttl
 TTL value. More...
 
uint32_t ttlElapsed
 Elapsed TTL. More...
 

Detailed Description

Examples:
dns_example.c.

Definition at line 69 of file openapi_dns.h.

Field Documentation

openDnsDomainNameType_t openDnsDynamicHostEntry_s::entryType

DNS entry type.

This is of type openDnsDomainNameType_t.

Definition at line 87 of file openapi_dns.h.

open_inet_addr_t openDnsDynamicHostEntry_s::hostAddr

Address.

This is of type open_inet_addr_t.

Definition at line 90 of file openapi_dns.h.

uint8_t openDnsDynamicHostEntry_s::hostName[OPEN_DNS_DOMAIN_NAME_SIZE_MAX]

DNS Hostname.

This is of type openDnsDomainName_t.

Definition at line 72 of file openapi_dns.h.

uint32_t openDnsDynamicHostEntry_s::ttl

TTL value.

Definition at line 81 of file openapi_dns.h.

uint32_t openDnsDynamicHostEntry_s::ttlElapsed

Elapsed TTL.

Definition at line 84 of file openapi_dns.h.


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