You are viewing documentation for version:
PDFRepresents an entry from the discovered NAT64 prefix table.
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#
Information about the router advertising this NAT64 prefix.
The discovered IPv6 prefix.
uint32_t
Milliseconds since last update of this prefix.
uint32_t
Lifetime of the prefix (in seconds).
Public Attribute Documentation#
mRouter#
otBorderRoutingRouterEntry otBorderRoutingNat64PrefixEntry::mRouter
Information about the router advertising this NAT64 prefix.
mPrefix#
otIp6Prefix otBorderRoutingNat64PrefixEntry::mPrefix
The discovered IPv6 prefix.
mMsecSinceLastUpdate#
uint32_t otBorderRoutingNat64PrefixEntry::mMsecSinceLastUpdate
Milliseconds since last update of this prefix.
mLifetime#
uint32_t otBorderRoutingNat64PrefixEntry::mLifetime
Lifetime of the prefix (in seconds).