otIp6AddressComponents

#include <ip6.h>

Represents the components of an IPv6 address.

Summary

Public attributes

mIid
The Interface Identifier (least significant 64 bits of the address)
mNetworkPrefix
The Network Prefix (most significant 64 bits of the address)

Public attributes

mIid

otIp6InterfaceIdentifier otIp6AddressComponents::mIid

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

mNetworkPrefix

otIp6NetworkPrefix otIp6AddressComponents::mNetworkPrefix

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

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.