otBorderRoutingNat64PrefixEntry
#include <border_routing.h>
Represents an entry from the discovered NAT64 prefix table.
Summary
The entries in the discovered table track the NAT64 Prefix Options in the received Router Advertisement messages from other routers on the infrastructure link.
Public attributes |
|
|---|---|
mLifetime
|
uint32_t
Lifetime of the prefix (in seconds).
|
mMsecSinceLastUpdate
|
uint32_t
Milliseconds since last update of this prefix.
|
mPrefix
|
The discovered IPv6 prefix.
|
mRouter
|
Information about the router advertising this NAT64 prefix.
|
Public attributes
mLifetime
uint32_t otBorderRoutingNat64PrefixEntry::mLifetime
Lifetime of the prefix (in seconds).
mMsecSinceLastUpdate
uint32_t otBorderRoutingNat64PrefixEntry::mMsecSinceLastUpdate
Milliseconds since last update of this prefix.
mRouter
otBorderRoutingRouterEntry otBorderRoutingNat64PrefixEntry::mRouter
Information about the router advertising this NAT64 prefix.
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.