Searched refs:OT_IP6_PREFIX_SIZE (Results 1 – 3 of 3) sorted by relevance
54 #define OT_IP6_PREFIX_SIZE 8 ///< Size of an IPv6 prefix (bytes) macro55 #define OT_IP6_PREFIX_BITSIZE (OT_IP6_PREFIX_SIZE * 8) ///< Size of an IPv6 prefix (bits)91 uint8_t m8[OT_IP6_PREFIX_SIZE]; ///< The Network Prefix.
107 #define OT_MESH_LOCAL_PREFIX_SIZE OT_IP6_PREFIX_SIZE ///< Size of the Mesh Local Prefix (bytes)
72 static constexpr uint8_t kSize = OT_IP6_PREFIX_SIZE; ///< Size in bytes.