Searched defs:SetSourcePort (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/core/net/ | ||
D | udp6.hpp | 353 void SetSourcePort(uint16_t aPort) { mSourcePort = HostSwap16(aPort); } in SetSourcePort() function in ot::Ip6::Udp::Header |
/openthread-2.7.6/src/core/meshcop/ | ||
D | meshcop_tlvs.hpp | 2018 void SetSourcePort(uint16_t aSourcePort) { mSourcePort = HostSwap16(aSourcePort); } in SetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlv |