Searched refs:mMeshLocalPrefix (Results 1 – 7 of 7) sorted by relevance
/openthread-2.7.6/src/cli/ |
D | cli_dataset.cpp | 88 mInterpreter.OutputPrefix(aDataset.mMeshLocalPrefix); in Print() 378 mInterpreter.OutputPrefix(sDataset.mMeshLocalPrefix); in ProcessMeshLocalPrefix() 388 … memcpy(sDataset.mMeshLocalPrefix.m8, prefix.mFields.m8, sizeof(sDataset.mMeshLocalPrefix.m8)); in ProcessMeshLocalPrefix() 530 … memcpy(dataset.mMeshLocalPrefix.m8, prefix.mFields.m8, sizeof(dataset.mMeshLocalPrefix.m8)); in ProcessMgmtSetCommand()
|
/openthread-2.7.6/src/core/meshcop/ |
D | dataset.hpp | 379 return static_cast<const Mle::MeshLocalPrefix &>(mMeshLocalPrefix); in GetMeshLocalPrefix() 390 mMeshLocalPrefix = aMeshLocalPrefix; in SetMeshLocalPrefix()
|
D | meshcop_tlvs.hpp | 710 uint8_t GetMeshLocalPrefixLength(void) const { return sizeof(mMeshLocalPrefix); } in GetMeshLocalPrefixLength() 718 const Mle::MeshLocalPrefix &GetMeshLocalPrefix(void) const { return mMeshLocalPrefix; } in GetMeshLocalPrefix() 726 …void SetMeshLocalPrefix(const Mle::MeshLocalPrefix &aMeshLocalPrefix) { mMeshLocalPrefix = aMeshLo… in SetMeshLocalPrefix() 729 Mle::MeshLocalPrefix mMeshLocalPrefix; member in ot::MeshCoP::MeshLocalPrefixTlv
|
D | dataset.cpp | 79 SuccessOrExit(error = static_cast<Ip6::NetworkPrefix &>(mMeshLocalPrefix).GenerateRandomUla()); in GenerateRandom()
|
/openthread-2.7.6/include/openthread/ |
D | dataset.h | 217 otMeshLocalPrefix mMeshLocalPrefix; ///< Mesh Local Prefix member
|
/openthread-2.7.6/src/lib/spinel/ |
D | radio_spinel_impl.hpp | 663 memcpy(opDataset.mMeshLocalPrefix.m8, addr, OT_MESH_LOCAL_PREFIX_SIZE); in ThreadDatasetHandler()
|
/openthread-2.7.6/src/ncp/ |
D | ncp_base_mtd.cpp | 1298 memcpy(addr.mFields.m8, aDataset.mMeshLocalPrefix.m8, 8); in EncodeOperationalDataset() 1500 memcpy(aDataset.mMeshLocalPrefix.m8, addr, OT_MESH_LOCAL_PREFIX_SIZE); in DecodeOperationalDataset()
|