Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dicmp6.hpp114 bool IsError(void) const { return mType < OT_ICMP6_TYPE_ECHO_REQUEST; } in IsError() function in ot::Ip6::Icmp::Header
Dicmp6.cpp99 VerifyOrExit(!aHeaders.GetIcmpHeader().IsError()); in SendError()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp1705 if (aRxInfo.mIp6Headers.IsIcmp6() && aRxInfo.mIp6Headers.GetIcmpHeader().IsError()) in GetFramePriority()