Searched refs:OT_IP6_IID_SIZE (Results 1 – 2 of 2) sorted by relevance
56 #define OT_IP6_IID_SIZE 8 ///< Size of an IPv6 Interface Identifier … macro72 uint8_t m8[OT_IP6_IID_SIZE]; ///< 8-bit fields73 uint16_t m16[OT_IP6_IID_SIZE / sizeof(uint16_t)]; ///< 16-bit fields74 uint32_t m32[OT_IP6_IID_SIZE / sizeof(uint32_t)]; ///< 32-bit fields
343 …static constexpr uint8_t kSize = OT_IP6_IID_SIZE; ///< Size of an IPv6 Interface Identifier (in by…