otBorderRoutingRdnssAddrEntry
#include <border_routing.h>
Represents a discovered Recursive DNS Server (RDNSS) address entry.
Summary
Address entries are discovered by processing the RDNSS options within received Router Advertisement messages from routers on infrastructure link.
Public attributes |
|
---|---|
mAddress
|
The DNS Server IPv6 address.
|
mLifetime
|
uint32_t
Lifetime of the address (in seconds).
|
mMsecSinceLastUpdate
|
uint32_t
Milliseconds since last update of this address.
|
mRouter
|
Information about the router advertising this address.
|
Public attributes
mLifetime
uint32_t otBorderRoutingRdnssAddrEntry::mLifetime
Lifetime of the address (in seconds).
mMsecSinceLastUpdate
uint32_t otBorderRoutingRdnssAddrEntry::mMsecSinceLastUpdate
Milliseconds since last update of this address.
mRouter
otBorderRoutingRouterEntry otBorderRoutingRdnssAddrEntry::mRouter
Information about the router advertising this address.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.