/openthread-latest/tests/unit/ |
D | test_network_name.cpp | 92 len = networkName.GetAsData().CopyTo(buffer, 1); in TestNetworkName() 98 len = networkName.GetAsData().CopyTo(buffer, sizeof(kName1) - 1); in TestNetworkName() 104 len = networkName.GetAsData().CopyTo(buffer, sizeof(buffer)); in TestNetworkName()
|
D | test_mac_frame.cpp | 99 extAddr.CopyTo(buffer); in TestMacAddress() 102 extAddr.CopyTo(buffer, Mac::ExtAddress::kReverseByteOrder); in TestMacAddress()
|
/openthread-latest/src/core/meshcop/ |
D | meshcop.cpp | 105 CopyTo(aJoinerId); in GenerateJoinerId() 120 void JoinerDiscerner::CopyTo(Mac::ExtAddress &aExtAddress) const in CopyTo() function in ot::MeshCoP::JoinerDiscerner 265 aDiscerner.CopyTo(address); in CalculateHashBitIndexes()
|
D | meshcop_tlvs.cpp | 57 len = aNameData.CopyTo(mNetworkName, sizeof(mNetworkName)); in SetNetworkName() 63 void SteeringDataTlv::CopyTo(SteeringData &aSteeringData) const in CopyTo() function in ot::MeshCoP::SteeringDataTlv
|
D | network_name.hpp | 94 uint8_t CopyTo(char *aBuffer, uint8_t aMaxSize) const;
|
D | network_name.cpp | 41 uint8_t NameData::CopyTo(char *aBuffer, uint8_t aMaxSize) const in CopyTo() function in ot::MeshCoP::NameData
|
D | meshcop.hpp | 223 void CopyTo(Mac::ExtAddress &aExtAddress) const;
|
D | meshcop_tlvs.hpp | 361 void CopyTo(SteeringData &aSteeringData) const;
|
/openthread-latest/src/core/common/ |
D | frame_builder.cpp | 98 aMacAddress.GetExtended().CopyTo(mBuffer + mLength, Mac::ExtAddress::kReverseByteOrder); in AppendMacAddress()
|
/openthread-latest/src/core/net/ |
D | nat64_translator.hpp | 333 void CopyTo(otNat64AddressMapping &aMapping, TimeMilli aNow) const;
|
D | nat64_translator.cpp | 301 void Translator::AddressMapping::CopyTo(otNat64AddressMapping &aMapping, TimeMilli aNow) const in CopyTo() function in ot::Nat64::Translator::AddressMapping 577 item->CopyTo(aMapping, now); in GetNextAddressMapping()
|
D | ip6_address.cpp | 256 addr.CopyTo(mFields.m8); in SetFromExtAddress()
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 196 void CopyTo(uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder) const in CopyTo() function in ot::Mac::ExtAddress
|
D | mac_frame.hpp | 1493 …void SetNetworkName(const MeshCoP::NameData &aNameData) { aNameData.CopyTo(mNetworkName, sizeof(mN… in SetNetworkName()
|
/openthread-latest/src/core/thread/ |
D | network_data_leader.cpp | 636 steeringDataTlv->CopyTo(aSteeringData); in FindSteeringData()
|
D | mle.hpp | 1221 void CopyTo(Parent &aParent) const;
|
D | mle.cpp | 3324 mParentCandidate.CopyTo(mParent); in HandleChildIdResponse() 5568 void Mle::ParentCandidate::CopyTo(Parent &aParent) const in CopyTo() function in ot::Mle::Mle::ParentCandidate
|