Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dhistory_tracker.h144 uint8_t mIpProto; ///< IP Protocol number (`OT_IP6_PROTO_*` enumeration). member
/openthread-latest/src/cli/
Dcli_history.cpp1043 const char *str = otIp6ProtoToString(aInfo.mIpProto); in MessageTypeToString()
1045 if (aInfo.mIpProto == OT_IP6_PROTO_ICMP6) in MessageTypeToString()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp126 entry->mIpProto = headers.GetIpProto(); in RecordMessage()