otIp6AddressInfo
#include <ip6.h>
This structure represents IPv6 address information.
Summary
Public attributes |
|
---|---|
mAddress
|
const otIp6Address *
A pointer to the IPv6 address.
|
mIsAnycast
|
bool
Whether this is an anycast address.
|
mPrefixLength
|
uint8_t
The prefix length of mAddress if it is a unicast address.
|
mScope
|
uint8_t
The scope of this address.
|
Public attributes
mIsAnycast
bool otIp6AddressInfo::mIsAnycast
Whether this is an anycast address.
mPrefixLength
uint8_t otIp6AddressInfo::mPrefixLength
The prefix length of mAddress if it is a unicast address.
mScope
uint8_t otIp6AddressInfo::mScope
The scope of this address.