Home
last modified time | relevance | path

Searched refs:mSourcePort (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dudp6.hpp408 uint16_t GetSourcePort(void) const { return BigEndian::HostSwap16(mSourcePort); } in GetSourcePort()
415 void SetSourcePort(uint16_t aPort) { mSourcePort = BigEndian::HostSwap16(aPort); } in SetSourcePort()
460 uint16_t mSourcePort; member in ot::Ip6::Udp::Header
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp919 uint16_t GetSourcePort(void) const { return BigEndian::HostSwap16(mSourcePort); } in GetSourcePort()
926 void SetSourcePort(uint16_t aSourcePort) { mSourcePort = BigEndian::HostSwap16(aSourcePort); } in SetSourcePort()
943 uint16_t mSourcePort; member in ot::MeshCoP::UdpEncapsulationTlvHeader