Home
last modified time | relevance | path

Searched refs:meshLocalPrefix (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp58 Ip6::NetworkPrefix meshLocalPrefix; in ProcessSetOrReplaceRequest() local
100 if ((dataset.Read<MeshLocalPrefixTlv>(meshLocalPrefix) == kErrorNone) && in ProcessSetOrReplaceRequest()
101 (meshLocalPrefix != Get<Mle::MleRouter>().GetMeshLocalPrefix())) in ProcessSetOrReplaceRequest()
/openthread-latest/tests/unit/
Dtest_lowpan.cpp104 otMeshLocalPrefix meshLocalPrefix = {{0xfd, 0x00, 0xca, 0xfe, 0xfa, 0xce, 0x12, 0x34}}; in Init() local
107 …ance->Get<Mle::MleRouter>().SetMeshLocalPrefix(static_cast<Ip6::NetworkPrefix &>(meshLocalPrefix)); in Init()
/openthread-latest/tools/harness-thci/
DOpenThread_WpanCtl.py1441 self.meshLocalPrefix = ModuleHelper.Default_MLPrefix
1475 self.setMLPrefix(self.meshLocalPrefix)
DOpenThread.py1446 self.meshLocalPrefix = ModuleHelper.Default_MLPrefix
1499 self.setMLPrefix(self.meshLocalPrefix)
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1973 const otIp6Address *meshLocalPrefix; in HandlePropertySet() local
1976 SuccessOrExit(error = mDecoder.ReadIp6Address(meshLocalPrefix)); in HandlePropertySet()
1980 …tThreadSetMeshLocalPrefix(mInstance, reinterpret_cast<const otMeshLocalPrefix *>(meshLocalPrefix)); in HandlePropertySet()