Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dicmp6.cpp99 VerifyOrExit(!aHeaders.GetIcmpHeader().IsError()); in SendError()
Dip6.hpp539 const Icmp::Header &GetIcmpHeader(void) const { return mHeader.mIcmp; } in GetIcmpHeader() function in ot::Ip6::Headers
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp127 entry->mIcmp6Type = headers.IsIcmp6() ? headers.GetIcmpHeader().GetType() : 0; in RecordMessage()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp1705 if (aRxInfo.mIp6Headers.IsIcmp6() && aRxInfo.mIp6Headers.GetIcmpHeader().IsError()) in GetFramePriority()