Searched refs:GetDestinationAddress (Results 1 – 5 of 5) sorted by relevance
57 VerifyOrExit(headers.GetDestinationAddress().IsLinkLocalUnicastOrMulticast()); in Accept()
512 const Address &GetDestinationAddress(void) const { return mIp6Header.GetDestination(); } in GetDestinationAddress() function in ot::Ip6::Headers
478 VerifyOrExit(!ip6Headers.GetDestinationAddress().IsMulticast() && in SendIcmpErrorIfDstUnreach()479 Get<NetworkData::Leader>().IsOnMesh(ip6Headers.GetDestinationAddress())); in SendIcmpErrorIfDstUnreach()
1719 … aRxInfo.mIp6Headers.GetDestinationAddress(), destPort)) in GetFramePriority()1810 …LogIp6AddressAndPort("dst", aHeaders.GetDestinationAddress(), aHeaders.GetDestinationPort(), aLogL… in LogIp6SourceDestAddresses()
123 entry->mDestination.mAddress = headers.GetDestinationAddress(); in RecordMessage()