Home
last modified time | relevance | path

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

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