Home
last modified time | relevance | path

Searched refs:GetSourceAddress (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp677 if (!aRxInfo.mIp6Headers.GetSourceAddress().GetIid().IsLocator() && in UpdateRoutes()
678 Get<NetworkData::Leader>().IsOnMesh(aRxInfo.mIp6Headers.GetSourceAddress())) in UpdateRoutes()
685 …aRxInfo.mIp6Headers.GetSourceAddress(), aRxInfo.GetSrcAddr().GetShort(), aRxInfo.GetDstAddr().GetS… in UpdateRoutes()
688 neighbor = Get<NeighborTable>().FindNeighbor(aRxInfo.mIp6Headers.GetSourceAddress()); in UpdateRoutes()
Dmesh_forwarder.cpp1718 else if (Get<Tmf::Agent>().IsTmfMessage(aRxInfo.mIp6Headers.GetSourceAddress(), in GetFramePriority()
1809 LogIp6AddressAndPort("src", aHeaders.GetSourceAddress(), aHeaders.GetSourcePort(), aLogLevel); in LogIp6SourceDestAddresses()
/openthread-latest/src/core/net/
Dip6.hpp505 const Address &GetSourceAddress(void) const { return mIp6Header.GetSource(); } in GetSourceAddress() function in ot::Ip6::Headers
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp121 entry->mSource.mAddress = headers.GetSourceAddress(); in RecordMessage()