|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.12.0.1
|
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... | |
Definition at line 69 of file openapi_dns.h.
| 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 |
| uint8_t openDnsDynamicHostEntry_s::hostName[OPEN_DNS_DOMAIN_NAME_SIZE_MAX] |
| 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.