Searched refs:mIpProto (Results 1 – 3 of 3) sorted by relevance
144 uint8_t mIpProto; ///< IP Protocol number (`OT_IP6_PROTO_*` enumeration). member
1043 const char *str = otIp6ProtoToString(aInfo.mIpProto); in MessageTypeToString()1045 if (aInfo.mIpProto == OT_IP6_PROTO_ICMP6) in MessageTypeToString()
126 entry->mIpProto = headers.GetIpProto(); in RecordMessage()