Searched defs:GetDestinationPort (Results 1 – 4 of 4) sorted by relevance
| /external/openthread/src/core/net/ | ||
| D | tcp6.hpp | 552 uint16_t GetDestinationPort(void) const { return HostSwap16(mDestination); } in GetDestinationPort() function in ot::Ip6::Tcp::Header |
| D | udp6.hpp | 362 uint16_t GetDestinationPort(void) const { return HostSwap16(mDestinationPort); } in GetDestinationPort() function in ot::Ip6::Udp::Header |
| D | ip6.cpp | 1618 uint16_t Headers::GetDestinationPort(void) const in GetDestinationPort() function in ot::Ip6::Headers |
| /external/openthread/src/core/meshcop/ | ||
| D | meshcop_tlvs.hpp | 2080 uint16_t GetDestinationPort(void) const { return HostSwap16(mDestinationPort); } in GetDestinationPort() function in ot::MeshCoP::UdpEncapsulationTlv |