Home
last modified time | relevance | path

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

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