Home
last modified time | relevance | path

Searched refs:GetDestinationPort (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/core/net/
Dip6_filter.cpp65 dstPort = headers.GetDestinationPort(); in Accept()
Dip6.cpp975 VerifyOrExit(!Get<Udp>().IsPortInUse(udp.GetDestinationPort()), error = kErrorNoRoute); in PassToHost()
1235 if (udpHeader.GetDestinationPort() == Tmf::kUdpPort) in HandleDatagram()
1622 uint16_t Headers::GetDestinationPort(void) const in GetDestinationPort() function in ot::Ip6::Headers
1629 port = mHeader.mUdp.GetDestinationPort(); in GetDestinationPort()
1633 port = mHeader.mTcp.GetDestinationPort(); in GetDestinationPort()
Dtcp6.hpp534 uint16_t GetDestinationPort(void) const { return BigEndian::HostSwap16(mDestination); } in GetDestinationPort() function in ot::Ip6::Tcp::Header
Dip6.hpp553 uint16_t GetDestinationPort(void) const;
Dudp6.hpp422 uint16_t GetDestinationPort(void) const { return BigEndian::HostSwap16(mDestinationPort); } in GetDestinationPort() function in ot::Ip6::Udp::Header
Dudp6.cpp453 aMessageInfo.mSockPort = udpHeader.GetDestinationPort(); in HandleMessage()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp94 port = headers.GetDestinationPort(); in RecordMessage()
124 entry->mDestination.mPort = headers.GetDestinationPort(); in RecordMessage()
/openthread-latest/src/core/meshcop/
Dborder_agent.cpp673 …VerifyOrExit(udpEncapHeader.GetSourcePort() > 0 && udpEncapHeader.GetDestinationPort() > 0, error … in HandleTmfProxyTx()
680 messageInfo.SetPeerPort(udpEncapHeader.GetDestinationPort()); in HandleTmfProxyTx()
Dmeshcop_tlvs.hpp933 uint16_t GetDestinationPort(void) const { return BigEndian::HostSwap16(mDestinationPort); } in GetDestinationPort() function in ot::MeshCoP::UdpEncapsulationTlvHeader
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp1712 uint16_t destPort = aRxInfo.mIp6Headers.GetUdpHeader().GetDestinationPort(); in GetFramePriority()
1810 …LogIp6AddressAndPort("dst", aHeaders.GetDestinationAddress(), aHeaders.GetDestinationPort(), aLogL… in LogIp6SourceDestAddresses()
Dlowpan.cpp512 destination = udpHeader.GetDestinationPort(); in CompressUdp()