Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Ddataset.h107 #define OT_MESH_LOCAL_PREFIX_SIZE OT_IP6_PREFIX_SIZE ///< Size of the Mesh Local Prefix (bytes) macro
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1509 memcpy(aDataset.mMeshLocalPrefix.m8, addr, OT_MESH_LOCAL_PREFIX_SIZE); in DecodeOperationalDataset()