Home
last modified time | relevance | path

Searched refs:SetSourcePort (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/unit/
Dtest_lowpan.hpp176 mUdpHeader.SetSourcePort(aSource); in SetUDPHeader()
/openthread-latest/src/core/net/
Dudp6.hpp415 void SetSourcePort(uint16_t aPort) { mSourcePort = BigEndian::HostSwap16(aPort); } in SetSourcePort() function in ot::Ip6::Udp::Header
Dudp6.cpp425 udpHeader.SetSourcePort(aMessageInfo.mSockPort); in SendDatagram()
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp926 void SetSourcePort(uint16_t aSourcePort) { mSourcePort = BigEndian::HostSwap16(aSourcePort); } in SetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlvHeader
Dborder_agent.cpp522 udpEncapHeader.SetSourcePort(aMessageInfo.GetPeerPort()); in HandleUdpReceive()
/openthread-latest/src/core/thread/
Dlowpan.cpp917 aUdpHeader.SetSourcePort(srcPort); in DecompressUdpHeader()