Searched refs:GetDestinationPort (Results 1 – 11 of 11) sorted by relevance
65 dstPort = headers.GetDestinationPort(); in Accept()
975 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::Headers1629 port = mHeader.mUdp.GetDestinationPort(); in GetDestinationPort()1633 port = mHeader.mTcp.GetDestinationPort(); in GetDestinationPort()
534 uint16_t GetDestinationPort(void) const { return BigEndian::HostSwap16(mDestination); } in GetDestinationPort() function in ot::Ip6::Tcp::Header
553 uint16_t GetDestinationPort(void) const;
422 uint16_t GetDestinationPort(void) const { return BigEndian::HostSwap16(mDestinationPort); } in GetDestinationPort() function in ot::Ip6::Udp::Header
453 aMessageInfo.mSockPort = udpHeader.GetDestinationPort(); in HandleMessage()
94 port = headers.GetDestinationPort(); in RecordMessage()124 entry->mDestination.mPort = headers.GetDestinationPort(); in RecordMessage()
673 …VerifyOrExit(udpEncapHeader.GetSourcePort() > 0 && udpEncapHeader.GetDestinationPort() > 0, error … in HandleTmfProxyTx()680 messageInfo.SetPeerPort(udpEncapHeader.GetDestinationPort()); in HandleTmfProxyTx()
933 uint16_t GetDestinationPort(void) const { return BigEndian::HostSwap16(mDestinationPort); } in GetDestinationPort() function in ot::MeshCoP::UdpEncapsulationTlvHeader
1712 uint16_t destPort = aRxInfo.mIp6Headers.GetUdpHeader().GetDestinationPort(); in GetFramePriority()1810 …LogIp6AddressAndPort("dst", aHeaders.GetDestinationAddress(), aHeaders.GetDestinationPort(), aLogL… in LogIp6SourceDestAddresses()
512 destination = udpHeader.GetDestinationPort(); in CompressUdp()