Home
last modified time | relevance | path

Searched defs:GetSourcePort (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/net/
Dtcp6.hpp544 uint16_t GetSourcePort(void) const { return HostSwap16(mSource); } in GetSourcePort() function in ot::Ip6::Tcp::Header
Dudp6.hpp346 uint16_t GetSourcePort(void) const { return HostSwap16(mSourcePort); } in GetSourcePort() function in ot::Ip6::Udp::Header
Dip6.cpp1597 uint16_t Headers::GetSourcePort(void) const in GetSourcePort() function in ot::Ip6::Headers
/external/openthread/src/core/meshcop/
Dmeshcop_tlvs.hpp2064 uint16_t GetSourcePort(void) const { return HostSwap16(mSourcePort); } in GetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlv