Searched refs:ip6header (Results 1 – 1 of 1) sorted by relevance
268 Ip6::Header ip6header; in RemoveMessages() local270 IgnoreError(message->Read(0, ip6header)); in RemoveMessages()272 …if (&aChild == static_cast<Child *>(Get<NeighborTable>().FindNeighbor(ip6header.GetDestination()))) in RemoveMessages()642 Ip6::Header ip6header; in SendIcmpErrorIfDstUnreach() local650 IgnoreError(aMessage.Read(0, ip6header)); in SendIcmpErrorIfDstUnreach()651 VerifyOrExit(!ip6header.GetDestination().IsMulticast() && in SendIcmpErrorIfDstUnreach()652 Get<NetworkData::Leader>().IsOnMesh(ip6header.GetDestination())); in SendIcmpErrorIfDstUnreach()654 error = Get<Mle::MleRouter>().CheckReachability(aMacDest.GetShort(), ip6header); in SendIcmpErrorIfDstUnreach()