Home
last modified time | relevance | path

Searched refs:OT_IP6_IID_SIZE (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/include/openthread/
Dip6.h57 #define OT_IP6_IID_SIZE 8 ///< Size of an IPv6 Interface Identifier (b… macro
71 uint8_t m8[OT_IP6_IID_SIZE]; ///< 8-bit fields
72 uint16_t m16[OT_IP6_IID_SIZE / sizeof(uint16_t)]; ///< 16-bit fields
73 uint32_t m32[OT_IP6_IID_SIZE / sizeof(uint32_t)]; ///< 32-bit fields
/openthread-2.7.6/src/core/net/
Dip6_address.hpp336 …static constexpr uint8_t kSize = OT_IP6_IID_SIZE; ///< Size of an IPv6 Interface Identifier (in by…