Represents the components of an IPv6 address.

Public Attributes#

The Network Prefix (most significant 64 bits of the address)

The Interface Identifier (least significant 64 bits of the address)

Public Attribute Documentation#

mNetworkPrefix#

otIp6NetworkPrefix otIp6AddressComponents::mNetworkPrefix

The Network Prefix (most significant 64 bits of the address)


Definition at line 113 of file include/openthread/ip6.h

mIid#

otIp6InterfaceIdentifier otIp6AddressComponents::mIid

The Interface Identifier (least significant 64 bits of the address)


Definition at line 114 of file include/openthread/ip6.h