Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h145 …uint8_t mIcmp6Type; ///< ICMP6 type if msg is ICMP6, zero otherwise (`OT_ICMP6_TYPE_*… member
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp127 entry->mIcmp6Type = headers.IsIcmp6() ? headers.GetIcmpHeader().GetType() : 0; in RecordMessage()
/openthread-latest/src/cli/
Dcli_history.cpp1047 switch (aInfo.mIcmp6Type) in MessageTypeToString()