Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dicmp6.cpp126 SuccessOrExit(error = message->Append(aHeaders.GetIp6Header())); in SendError()
Dip6.hpp441 const Header &GetIp6Header(void) const { return mIp6Header; } in GetIp6Header() function in ot::Ip6::Headers
/external/openthread/src/core/thread/
Dmesh_forwarder_ftd.cpp662 error = Get<Mle::MleRouter>().CheckReachability(aMacDest.GetShort(), ip6Headers.GetIp6Header()); in SendIcmpErrorIfDstUnreach()
688 … error = Get<Mle::MleRouter>().CheckReachability(aMeshDest.GetShort(), ip6Headers.GetIp6Header()); in CheckReachability()
Dmesh_forwarder.cpp1755 aPriority = Ip6::Ip6::DscpToPriority(headers.GetIp6Header().GetDscp()); in GetFramePriority()
/external/openthread/src/core/utils/
Dhistory_tracker.cpp122 entry->mPayloadLength = headers.GetIp6Header().GetPayloadLength(); in RecordMessage()