Searched defs:SetSourcePort (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/net/cookies/ | ||
H A D | cookie_base.cc | 568 void CookieBase::SetSourcePort(int port) { in SetSourcePort() function in net::CookieBase |
/aosp_15_r20/external/openthread/src/core/net/ | ||
H A D | udp6.hpp | 415 void SetSourcePort(uint16_t aPort) { mSourcePort = BigEndian::HostSwap16(aPort); } in SetSourcePort() function in ot::Ip6::Udp::Header |
/aosp_15_r20/external/openthread/src/core/meshcop/ | ||
H A D | meshcop_tlvs.hpp | 1018 void SetSourcePort(uint16_t aSourcePort) { mSourcePort = BigEndian::HostSwap16(aSourcePort); } in SetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlvHeader |