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