Home
last modified time | relevance | path

Searched refs:SetSource (Results 1 – 12 of 12) sorted by relevance

/openthread-3.6.0/src/core/mac/
Dmac_types.cpp113 void PanIds::SetSource(PanId aPanId) in SetSource() function in ot::Mac::PanIds
127 SetSource(aPanId); in SetBothSourceDestination()
Dmac_types.hpp477 void SetSource(PanId aPanId);
Dmac.cpp777 panIds.SetSource(mPanId); in PrepareBeacon()
/openthread-3.6.0/src/core/radio/
Dtrel_packet.hpp197 void SetSource(const Mac::ExtAddress &aSource) { mSource = aSource; } in SetSource() function in ot::Trel::Header
Dtrel_link.cpp205 txPacket.GetHeader().SetSource(Get<Mac::Mac>().GetExtAddress()); in BeginTransmit()
434 ackPacket.GetHeader().SetSource(Get<Mac::Mac>().GetExtAddress()); in SendAck()
/openthread-3.6.0/tests/unit/
Dtest_ip4_header.cpp81 header.SetSource(source); in TestIp4Header()
Dtest_ip6_header.cpp85 header.SetSource(source); in TestIp6Header()
Dtest_mac_frame.cpp335 panIds.SetSource(kPanId1); in TestMacHeader()
338 panIds.SetSource(kPanId2); in TestMacHeader()
/openthread-3.6.0/src/core/net/
Dip4_types.hpp482 void SetSource(const Address &aSource) { mSource = aSource; } in SetSource() function in ot::Ip4::Header
Dip6_headers.hpp297 void SetSource(const Address &aSource) { mSource = aSource; } in SetSource() function in ot::Ip6::Header
Dip6.cpp236 tunnelHeader.SetSource(*source); in PrepareMulticastToLargerThanRealmLocal()
451 header.SetSource(*source); in SendDatagram()
455 header.SetSource(aMessageInfo.GetSockAddr()); in SendDatagram()
Dnat64_translator.cpp152 ip4Header.SetSource(mapping->mIp4); in TranslateFromIp6()