Home
last modified time | relevance | path

Searched refs:SetExtended (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/tests/gtest/
Dradio_spinel_rcp_test.cpp74 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST()
118 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST()
164 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST()
220 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST()
270 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST()
346 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST()
/openthread-latest/src/core/mac/
Dwakeup_tx_scheduler.cpp90 target.SetExtended(mWedAddress); in PrepareWakeupFrame()
91 source.SetExtended(Get<Mac::Mac>().GetExtAddress()); in PrepareWakeupFrame()
Dmac_types.hpp336 void SetExtended(const ExtAddress &aExtAddress) in SetExtended() function in ot::Mac::Address
351 …void SetExtended(const uint8_t *aBuffer, ExtAddress::CopyByteOrder aByteOrder = ExtAddress::kNorma… in SetExtended() function in ot::Mac::Address
Ddata_poll_sender.cpp141 aDest.SetExtended(parent.GetExtAddress()); in GetPollDestinationAddress()
560 frameInfo.mAddrs.mSource.SetExtended(Get<Mac::Mac>().GetExtAddress()); in PrepareDataRequest()
Dmac.cpp795 frameInfo.mAddrs.mSource.SetExtended(GetExtAddress()); in PrepareBeacon()
1774 srcAddr.SetExtended(neighbor->GetExtAddress()); in ProcessEnhAckSecurity()
1911 srcaddr.SetExtended(neighbor->GetExtAddress()); in HandleReceivedFrame()
Dmac_frame.cpp500 aAddress.SetExtended(&mPsdu[index], ExtAddress::kReverseByteOrder); in GetDstAddr()
649 aAddress.SetExtended(&mPsdu[index], ExtAddress::kReverseByteOrder); in GetSrcAddr()
/openthread-latest/tests/unit/
Dtest_lowpan.hpp74 void SetMacSource(const uint8_t *aAddress) { mMacAddrs.mSource.SetExtended(aAddress); } in SetMacSource()
88 … void SetMacDestination(const uint8_t *aAddress) { mMacAddrs.mDestination.SetExtended(aAddress); } in SetMacDestination()
Dtest_mac_frame.cpp140 addr.SetExtended(extAddr); in TestMacAddress()
146 addr.SetExtended(extAddr.m8, Mac::ExtAddress::kReverseByteOrder); in TestMacAddress()
162 addr.SetExtended(extAddr); in TestMacAddress()
316 frameInfo.mAddrs.mSource.SetExtended(extAddr1); in TestMacHeader()
329 frameInfo.mAddrs.mDestination.SetExtended(extAddr2); in TestMacHeader()
831 src.SetExtended(kSrcExtaddr); in TestMacWakeupFrameGeneration()
832 dst.SetExtended(kDstExtaddr); in TestMacWakeupFrameGeneration()
Dtest_child_table.cpp148 … address.SetExtended(static_cast<const Mac::ExtAddress &>(aChildList[listIndex].mExtAddress)); in VerifyChildTableContent()
/openthread-latest/src/core/radio/
Dtrel_link.cpp147 destAddr.SetExtended(neighbor->GetExtAddress()); in BeginTransmit()
426 srcAddress.SetExtended(aAckPacket.GetHeader().GetSource()); in HandleAck()
/openthread-latest/src/core/thread/
Dneighbor_table.cpp171 macAddress.SetExtended(aExtAddress); in FindRxOnlyNeighborRouter()
Dindirect_sender.cpp50 aMacAddress.SetExtended(static_cast<const CslNeighbor *>(this)->GetExtAddress()); in GetMacAddress()
Dmesh_forwarder.cpp172 frameInfo.mAddrs.mSource.SetExtended(Get<Mac::Mac>().GetExtAddress()); in PrepareEmptyFrame()
/openthread-latest/src/core/net/
Dip6_address.cpp267 aMacAddress.SetExtended(mFields.m8); in ConvertToMacAddress()
/openthread-latest/src/core/diags/
Dfactory_diags.cpp682 mReceiveConfig.mFilterAddress.SetExtended(extAddress);