Represents IPv6 address information.
Public Attributes#
const otIp6Address *
A pointer to the IPv6 address.
uint8_t
The prefix length of mAddress if it is a unicast address.
uint8_t
The scope of this address.
bool
Whether this is a preferred address.
bool
Whether this is a mesh-local unicast/anycast address.
Public Attribute Documentation#
mAddress#
const otIp6Address* otIp6AddressInfo::mAddress
A pointer to the IPv6 address.
Definition at line
477
of file include/openthread/ip6.h
mPrefixLength#
uint8_t otIp6AddressInfo::mPrefixLength
The prefix length of mAddress if it is a unicast address.
Definition at line
478
of file include/openthread/ip6.h
mScope#
uint8_t otIp6AddressInfo::mScope
The scope of this address.
Definition at line
479
of file include/openthread/ip6.h
mPreferred#
bool otIp6AddressInfo::mPreferred
Whether this is a preferred address.
Definition at line
480
of file include/openthread/ip6.h
mMeshLocal#
bool otIp6AddressInfo::mMeshLocal
Whether this is a mesh-local unicast/anycast address.
Definition at line
481
of file include/openthread/ip6.h