Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dicmp6.cpp113 SuccessOrExit(error = message->Append(aHeaders.GetIp6Header())); in SendError()
Dip6.hpp460 const Header &GetIp6Header(void) const { return mIp6Header; } in GetIp6Header() function in ot::Ip6::Headers
/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp481 error = CheckReachability(aMacAddrs.mDestination.GetShort(), ip6Headers.GetIp6Header()); in SendIcmpErrorIfDstUnreach()
510 error = CheckReachability(aRxInfo.GetDstAddr().GetShort(), aRxInfo.mIp6Headers.GetIp6Header()); in CheckReachability()
Dmesh_forwarder.cpp1702 aPriority = Ip6::Ip6::DscpToPriority(aRxInfo.mIp6Headers.GetIp6Header().GetDscp()); in GetFramePriority()
1721 aPriority = Tmf::Agent::DscpToPriority(aRxInfo.mIp6Headers.GetIp6Header().GetDscp()); in GetFramePriority()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp119 entry->mPayloadLength = headers.GetIp6Header().GetPayloadLength(); in RecordMessage()