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
424
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
425
of file include/openthread/ip6.h
mScope#
uint8_t otIp6AddressInfo::mScope
The scope of this address.
Definition at line
426
of file include/openthread/ip6.h
mPreferred#
bool otIp6AddressInfo::mPreferred
Whether this is a preferred address.
Definition at line
427
of file include/openthread/ip6.h
mMeshLocal#
bool otIp6AddressInfo::mMeshLocal
Whether this is a mesh-local unicast/anycast address.
Definition at line
428
of file include/openthread/ip6.h