Home
last modified time | relevance | path

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

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