Represents an entry from the discovered prefix table.
The entries in the discovered table track the Prefix/Route Info Options in the received Router Advertisement messages from other routers on infrastructure link.
Public Attributes#
IPv6 address of the router.
The discovered IPv6 prefix.
Indicates whether the prefix is on-link or route prefix.
Milliseconds since last update of this prefix.
Valid lifetime of the prefix (in seconds).
Route preference when mIsOnlink
is false.
Preferred lifetime of the on-link prefix when mIsOnLink
is true.
Public Attribute Documentation#
mRouterAddress#
otIp6Address otBorderRoutingPrefixTableEntry::mRouterAddress
IPv6 address of the router.
mIsOnLink#
bool otBorderRoutingPrefixTableEntry::mIsOnLink
Indicates whether the prefix is on-link or route prefix.
mMsecSinceLastUpdate#
uint32_t otBorderRoutingPrefixTableEntry::mMsecSinceLastUpdate
Milliseconds since last update of this prefix.
mValidLifetime#
uint32_t otBorderRoutingPrefixTableEntry::mValidLifetime
Valid lifetime of the prefix (in seconds).
mRoutePreference#
otRoutePreference otBorderRoutingPrefixTableEntry::mRoutePreference
Route preference when mIsOnlink
is false.
mPreferredLifetime#
uint32_t otBorderRoutingPrefixTableEntry::mPreferredLifetime
Preferred lifetime of the on-link prefix when mIsOnLink
is true.