Home
last modified time | relevance | path

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

/openthread-latest/tests/gtest/
Dradio_spinel_rcp_test.cpp76 frameInfo.mPanIds.SetDestination(kDstPanId); in TEST()
120 frameInfo.mPanIds.SetDestination(kDstPanId); in TEST()
166 frameInfo.mPanIds.SetDestination(kDstPanId); in TEST()
222 frameInfo.mPanIds.SetDestination(kDstPanId); in TEST()
272 frameInfo.mPanIds.SetDestination(kDstPanId); in TEST()
348 frameInfo.mPanIds.SetDestination(kDstPanId); in TEST()
/openthread-latest/src/core/mac/
Dmac_types.cpp150 void PanIds::SetDestination(PanId aPanId) in SetDestination() function in ot::Mac::PanIds
159 SetDestination(aPanId); in SetBothSourceDestination()
Dmac_types.hpp460 void SetDestination(PanId aPanId);
Dmac_frame.cpp1427 frameInfo.mPanIds.SetDestination(panId); in GenerateEnhAck()
1432 frameInfo.mPanIds.SetDestination(panId); in GenerateEnhAck()
Dmac.cpp764 frameInfo.mPanIds.SetDestination(kShortAddrBroadcast); in PrepareBeaconRequest()
/openthread-latest/src/core/radio/
Dtrel_packet.hpp197 void SetDestination(const Mac::ExtAddress &aDest) { mDestination = aDest; } in SetDestination() function in ot::Trel::Header
Dtrel_link.cpp206 txPacket.GetHeader().SetDestination(destAddr.GetExtended()); in BeginTransmit()
470 ackPacket.GetHeader().SetDestination(aRxPacket.GetHeader().GetSource()); in SendAck()
/openthread-latest/tests/unit/
Dtest_ip4_header.cpp82 header.SetDestination(destination); in TestIp4Header()
Dtest_ip6_header.cpp86 header.SetDestination(destination); in TestIp6Header()
Dtest_mac_frame.cpp350 frameInfo.mPanIds.SetDestination(kPanId1); in TestMacHeader()
353 frameInfo.mPanIds.SetDestination(kPanId2); in TestMacHeader()
/openthread-latest/src/core/net/
Dip4_types.hpp470 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination() function in ot::Ip4::Header
Dip6_headers.hpp292 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination() function in ot::Ip6::Header
Dnat64_translator.cpp242 ip6Header.SetDestination(mapping->mIp6); in TranslateToIp6()
Dip6.cpp449 header.SetDestination(aMessageInfo.GetPeerAddr()); in SendDatagram()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp935 frameInfo.mPanIds.SetDestination(Mac::kPanIdBroadcast); in PrepareDataFrame()
940 frameInfo.mPanIds.SetDestination(aMessage.GetPanId()); in PrepareDataFrame()