Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dping_sender.h81 uint16_t mMaxRoundTripTime; ///< The max round trip time among ping requests. member
/openthread-3.6.0/src/core/utils/
Dping_sender.cpp214 mStatistics.mMaxRoundTripTime = Max(mStatistics.mMaxRoundTripTime, reply.mRoundTripTime); in HandleIcmpReceive()
Dping_sender.hpp84 mMaxRoundTripTime = NumericLimits<uint16_t>::kMin; in Clear()
/openthread-3.6.0/src/cli/
Dcli_ping.cpp240 aStatistics->mMaxRoundTripTime); in HandlePingStatistics()