Searched refs:GetDestinationAddress (Results 1 – 5 of 5) sorted by relevance
68 VerifyOrExit(headers.GetDestinationAddress().IsLinkLocal() || in Accept()69 headers.GetDestinationAddress().IsLinkLocalMulticast()); in Accept()
568 const Address &GetDestinationAddress(void) const { return mIp6Header.GetDestination(); } in GetDestinationAddress() function in ot::Ip6::Headers
1709 …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()
609 VerifyOrExit(!ip6Headers.GetDestinationAddress().IsMulticast() && in SendIcmpErrorIfDstUnreach()610 Get<NetworkData::Leader>().IsOnMesh(ip6Headers.GetDestinationAddress())); in SendIcmpErrorIfDstUnreach()
131 entry->mDestination.mAddress = headers.GetDestinationAddress(); in RecordMessage()