Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dping_sender.h77 uint16_t mMinRoundTripTime; ///< The min round trip time among ping requests. member
/openthread-latest/src/core/utils/
Dping_sender.cpp211 mStatistics.mMinRoundTripTime = Min(mStatistics.mMinRoundTripTime, reply.mRoundTripTime); in HandleIcmpReceive()
Dping_sender.hpp80 mMinRoundTripTime = NumericLimits<uint16_t>::kMax; in Clear()
/openthread-latest/src/cli/
Dcli_ping.cpp239 OutputFormat(" Round-trip min/avg/max = %u/%u.%u/%u ms.", aStatistics->mMinRoundTripTime, in HandlePingStatistics()