Home
last modified time | relevance | path

Searched refs:GetSourcePort (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/net/
Dtcp6.hpp527 uint16_t GetSourcePort(void) const { return BigEndian::HostSwap16(mSource); } in GetSourcePort() function in ot::Ip6::Tcp::Header
Dip6.hpp546 uint16_t GetSourcePort(void) const;
Dudp6.hpp408 uint16_t GetSourcePort(void) const { return BigEndian::HostSwap16(mSourcePort); } in GetSourcePort() function in ot::Ip6::Udp::Header
Dip6.cpp1601 uint16_t Headers::GetSourcePort(void) const in GetSourcePort() function in ot::Ip6::Headers
1608 port = mHeader.mUdp.GetSourcePort(); in GetSourcePort()
1612 port = mHeader.mTcp.GetSourcePort(); in GetSourcePort()
Dudp6.cpp452 aMessageInfo.mPeerPort = udpHeader.GetSourcePort(); in HandleMessage()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp98 port = headers.GetSourcePort(); in RecordMessage()
122 entry->mSource.mPort = headers.GetSourcePort(); in RecordMessage()
/openthread-latest/src/core/meshcop/
Dborder_agent.cpp673 …VerifyOrExit(udpEncapHeader.GetSourcePort() > 0 && udpEncapHeader.GetDestinationPort() > 0, error … in HandleTmfProxyTx()
678 messageInfo.SetSockPort(udpEncapHeader.GetSourcePort()); in HandleTmfProxyTx()
Dmeshcop_tlvs.hpp919 uint16_t GetSourcePort(void) const { return BigEndian::HostSwap16(mSourcePort); } in GetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlvHeader
/openthread-latest/src/core/thread/
Dlowpan.cpp511 source = udpHeader.GetSourcePort(); in CompressUdp()
Dmesh_forwarder.cpp1809 LogIp6AddressAndPort("src", aHeaders.GetSourceAddress(), aHeaders.GetSourcePort(), aLogLevel); in LogIp6SourceDestAddresses()