Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_dataset.cpp288 OutputIp6PrefixLine(aDataset.mMeshLocalPrefix); in OutputMeshLocalPrefix()
466 memcpy(aDataset.mMeshLocalPrefix.m8, prefix.mFields.m8, sizeof(aDataset.mMeshLocalPrefix.m8)); in ParseMeshLocalPrefix()
/openthread-latest/include/openthread/
Ddataset.h228 otMeshLocalPrefix mMeshLocalPrefix; ///< Mesh Local Prefix member
/openthread-latest/src/core/thread/
Dmle.cpp122 mMeshLocalPrefix.Clear(); in Mle()
909 VerifyOrExit(mMeshLocalPrefix != aMeshLocalPrefix); in SetMeshLocalPrefix()
911 mMeshLocalPrefix = aMeshLocalPrefix; in SetMeshLocalPrefix()
933 mMeshLocalEid.GetAddress().SetPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
934 mMeshLocalRloc.GetAddress().SetPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
935 mLinkLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
936 mRealmLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
1026 aAddress.SetToRoutingLocator(mMeshLocalPrefix, GetLeaderRloc16()); in GetLeaderRloc()
1029 …erAloc(Ip6::Address &aAddress) const { aAddress.SetToAnycastLocator(mMeshLocalPrefix, kAloc16Leade… in GetLeaderAloc()
1033 aAddress.SetToAnycastLocator(mMeshLocalPrefix, CommissionerAloc16FromId(aSessionId)); in GetCommissionerAloc()
[all …]
Dmle.hpp336 const Ip6::NetworkPrefix &GetMeshLocalPrefix(void) const { return mMeshLocalPrefix; } in GetMeshLocalPrefix()
1515 Ip6::NetworkPrefix mMeshLocalPrefix; member in ot::Mle::Mle
/openthread-latest/src/core/meshcop/
Ddataset.hpp736 return static_cast<const Ip6::NetworkPrefix &>(mMeshLocalPrefix); in Get()
Ddataset.cpp75 SuccessOrExit(error = AsCoreType(&mMeshLocalPrefix).GenerateRandomUla()); in GenerateRandom()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1281 memcpy(addr.mFields.m8, aDataset.mMeshLocalPrefix.m8, 8); in EncodeOperationalDataset()
1509 memcpy(aDataset.mMeshLocalPrefix.m8, addr, OT_MESH_LOCAL_PREFIX_SIZE); in DecodeOperationalDataset()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp85 .mMeshLocalPrefix =