Home
last modified time | relevance | path

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

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