Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_base.cc568 void CookieBase::SetSourcePort(int port) { in SetSourcePort() function in net::CookieBase
/aosp_15_r20/external/openthread/src/core/net/
H A Dudp6.hpp415 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 Dmeshcop_tlvs.hpp1018 void SetSourcePort(uint16_t aSourcePort) { mSourcePort = BigEndian::HostSwap16(aSourcePort); } in SetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlvHeader