Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_types.hpp61 static constexpr uint8_t kProtoIcmp6 = OT_IP6_PROTO_ICMP6; ///< ICMP for IPv6
/openthread-latest/include/openthread/
Dip6.h242 OT_IP6_PROTO_ICMP6 = 58, ///< ICMP for IPv6 enumerator
/openthread-latest/src/cli/
Dcli_history.cpp1045 if (aInfo.mIpProto == OT_IP6_PROTO_ICMP6) in MessageTypeToString()
/openthread-latest/src/posix/platform/
Dnetif.cpp1127 VerifyOrExit(data[OT_IP6_HEADER_PROTO_OFFSET] == OT_IP6_PROTO_ICMP6); in getIcmp6RaMessage()