Represents a discovered Recursive DNS Server (RDNSS) address entry.

Address entries are discovered by processing the RDNSS options within received Router Advertisement messages from routers on infrastructure link.

Public Attributes#

Information about the router advertising this address.

The DNS Server IPv6 address.

uint32_t

Milliseconds since last update of this address.

uint32_t

Lifetime of the address (in seconds).

Public Attribute Documentation#

mRouter#

otBorderRoutingRouterEntry otBorderRoutingRdnssAddrEntry::mRouter

Information about the router advertising this address.


mAddress#

otIp6Address otBorderRoutingRdnssAddrEntry::mAddress

The DNS Server IPv6 address.


mMsecSinceLastUpdate#

uint32_t otBorderRoutingRdnssAddrEntry::mMsecSinceLastUpdate

Milliseconds since last update of this address.


mLifetime#

uint32_t otBorderRoutingRdnssAddrEntry::mLifetime

Lifetime of the address (in seconds).