Home
last modified time | relevance | path

Searched refs:otMeshLocalPrefix (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/include/openthread/
Ddataset.h112 typedef otIp6NetworkPrefix otMeshLocalPrefix; typedef
228 otMeshLocalPrefix mMeshLocalPrefix; ///< Mesh Local Prefix
Dthread.h495 const otMeshLocalPrefix *otThreadGetMeshLocalPrefix(otInstance *aInstance);
510 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix…
/openthread-latest/src/core/api/
Dthread_api.cpp156 const otMeshLocalPrefix *otThreadGetMeshLocalPrefix(otInstance *aInstance) in otThreadGetMeshLocalPrefix()
161 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix) in otThreadSetMeshLocalPrefix()
/openthread-latest/src/core/thread/
Dmle.hpp1455 static const otMeshLocalPrefix kMeshLocalPrefixInit;
Dmle.cpp45 const otMeshLocalPrefix Mle::kMeshLocalPrefixInit = {
/openthread-latest/tests/unit/
Dtest_lowpan.cpp104 otMeshLocalPrefix meshLocalPrefix = {{0xfd, 0x00, 0xca, 0xfe, 0xfa, 0xce, 0x12, 0x34}}; in Init()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1953 const otMeshLocalPrefix *mlPrefix = otThreadGetMeshLocalPrefix(mInstance); in HandlePropertyGet()
1980 …error = otThreadSetMeshLocalPrefix(mInstance, reinterpret_cast<const otMeshLocalPrefix *>(meshLoca… in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp5473 …otThreadSetMeshLocalPrefix(GetInstancePtr(), reinterpret_cast<otMeshLocalPrefix *>(&prefix.mPrefix… in Process()