Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dmesh_forwarder_ftd.cpp268 Ip6::Header ip6header; in RemoveMessages() local
270 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() local
650 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()