Home
last modified time | relevance | path

Searched refs:GetDestinationAddress (Results 1 – 5 of 5) sorted by relevance

/openthread-3.7.0/src/core/net/
Dip6_filter.cpp68 VerifyOrExit(headers.GetDestinationAddress().IsLinkLocal() || in Accept()
69 headers.GetDestinationAddress().IsLinkLocalMulticast()); in Accept()
Dip6.hpp568 const Address &GetDestinationAddress(void) const { return mIp6Header.GetDestination(); } in GetDestinationAddress() function in ot::Ip6::Headers
/openthread-3.7.0/src/core/thread/
Dmesh_forwarder.cpp1709 …et<Tmf::Agent>().IsTmfMessage(headers.GetSourceAddress(), headers.GetDestinationAddress(), destPor… in GetFramePriority()
1891 …LogAt(aLogLevel, " dst:[%s]:%d", aHeaders.GetDestinationAddress().ToString().AsCString(), dstPo… in LogIp6SourceDestAddresses()
1895 LogAt(aLogLevel, " dst:[%s]", aHeaders.GetDestinationAddress().ToString().AsCString()); in LogIp6SourceDestAddresses()
Dmesh_forwarder_ftd.cpp609 VerifyOrExit(!ip6Headers.GetDestinationAddress().IsMulticast() && in SendIcmpErrorIfDstUnreach()
610 Get<NetworkData::Leader>().IsOnMesh(ip6Headers.GetDestinationAddress())); in SendIcmpErrorIfDstUnreach()
/openthread-3.7.0/src/core/utils/
Dhistory_tracker.cpp131 entry->mDestination.mAddress = headers.GetDestinationAddress(); in RecordMessage()