Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6.hpp498 bool IsIcmp6(void) const { return GetIpProto() == kProtoIcmp6; } in IsIcmp6() 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()