Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dping_sender.h79 uint32_t mTotalRoundTripTime; ///< The total round trip time of ping requests. member
/openthread-3.6.0/src/core/utils/
Dping_sender.hpp82 mTotalRoundTripTime = 0; in Clear()
Dping_sender.cpp213 mStatistics.mTotalRoundTripTime += reply.mRoundTripTime; in HandleIcmpReceive()
/openthread-3.6.0/src/cli/
Dcli_ping.cpp236 … uint32_t avgRoundTripTime = 1000 * aStatistics->mTotalRoundTripTime / aStatistics->mReceivedCount; in HandlePingStatistics()