Home
last modified time | relevance | path

Searched refs:OT_IP6_PREFIX_SIZE (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dip6.h54 #define OT_IP6_PREFIX_SIZE 8 ///< Size of an IPv6 prefix (bytes) macro
55 #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.
Ddataset.h107 #define OT_MESH_LOCAL_PREFIX_SIZE OT_IP6_PREFIX_SIZE ///< Size of the Mesh Local Prefix (bytes)
/openthread-latest/src/core/net/
Dip6_address.hpp72 static constexpr uint8_t kSize = OT_IP6_PREFIX_SIZE; ///< Size in bytes.