Home
last modified time | relevance | path

Searched defs:SetSourcePort (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dudp6.hpp415 void SetSourcePort(uint16_t aPort) { mSourcePort = BigEndian::HostSwap16(aPort); } in SetSourcePort() function in ot::Ip6::Udp::Header
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp926 void SetSourcePort(uint16_t aSourcePort) { mSourcePort = BigEndian::HostSwap16(aSourcePort); } in SetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlvHeader