Searched refs:GetSourcePort (Results 1 – 10 of 10) sorted by relevance
527 uint16_t GetSourcePort(void) const { return BigEndian::HostSwap16(mSource); } in GetSourcePort() function in ot::Ip6::Tcp::Header
546 uint16_t GetSourcePort(void) const;
408 uint16_t GetSourcePort(void) const { return BigEndian::HostSwap16(mSourcePort); } in GetSourcePort() function in ot::Ip6::Udp::Header
1601 uint16_t Headers::GetSourcePort(void) const in GetSourcePort() function in ot::Ip6::Headers1608 port = mHeader.mUdp.GetSourcePort(); in GetSourcePort()1612 port = mHeader.mTcp.GetSourcePort(); in GetSourcePort()
452 aMessageInfo.mPeerPort = udpHeader.GetSourcePort(); in HandleMessage()
98 port = headers.GetSourcePort(); in RecordMessage()122 entry->mSource.mPort = headers.GetSourcePort(); in RecordMessage()
673 …VerifyOrExit(udpEncapHeader.GetSourcePort() > 0 && udpEncapHeader.GetDestinationPort() > 0, error … in HandleTmfProxyTx()678 messageInfo.SetSockPort(udpEncapHeader.GetSourcePort()); in HandleTmfProxyTx()
919 uint16_t GetSourcePort(void) const { return BigEndian::HostSwap16(mSourcePort); } in GetSourcePort() function in ot::MeshCoP::UdpEncapsulationTlvHeader
511 source = udpHeader.GetSourcePort(); in CompressUdp()
1809 LogIp6AddressAndPort("src", aHeaders.GetSourceAddress(), aHeaders.GetSourcePort(), aLogLevel); in LogIp6SourceDestAddresses()