Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_filter.cpp57 VerifyOrExit(headers.GetDestinationAddress().IsLinkLocalUnicastOrMulticast()); in Accept()
Dip6.hpp512 const Address &GetDestinationAddress(void) const { return mIp6Header.GetDestination(); } in GetDestinationAddress() function in ot::Ip6::Headers
/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp478 VerifyOrExit(!ip6Headers.GetDestinationAddress().IsMulticast() && in SendIcmpErrorIfDstUnreach()
479 Get<NetworkData::Leader>().IsOnMesh(ip6Headers.GetDestinationAddress())); in SendIcmpErrorIfDstUnreach()
Dmesh_forwarder.cpp1719 … aRxInfo.mIp6Headers.GetDestinationAddress(), destPort)) in GetFramePriority()
1810 …LogIp6AddressAndPort("dst", aHeaders.GetDestinationAddress(), aHeaders.GetDestinationPort(), aLogL… in LogIp6SourceDestAddresses()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp123 entry->mDestination.mAddress = headers.GetDestinationAddress(); in RecordMessage()