Searched defs:SetSourcePort (Results 1 – 3 of 3) sorted by relevance
| /external/openthread/src/core/net/ | ||
| D | udp6.hpp | 354 void SetSourcePort(uint16_t aPort) { mSourcePort = HostSwap16(aPort); } in SetSourcePort() function in ot::Ip6::Udp::Header |
| /external/cronet/net/cookies/ | ||
| D | canonical_cookie.cc | 929 void CanonicalCookie::SetSourcePort(int port) { in SetSourcePort() function in net::CanonicalCookie |
| /external/openthread/src/core/meshcop/ | ||
| D | meshcop_tlvs.hpp | 2072 void SetSourcePort(uint16_t aSourcePort) { mSourcePort = HostSwap16(aSourcePort); } in SetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlv |