Searched refs:aStatistics (Results 1 – 5 of 5) sorted by relevance
215 void PingSender::HandlePingStatistics(const otPingSenderStatistics *aStatistics, void *aContext) in HandlePingStatistics() argument217 static_cast<PingSender *>(aContext)->HandlePingStatistics(aStatistics); in HandlePingStatistics()220 void PingSender::HandlePingStatistics(const otPingSenderStatistics *aStatistics) in HandlePingStatistics() argument222 …putFormat("%u packets transmitted, %u packets received.", aStatistics->mSentCount, aStatistics->mR… in HandlePingStatistics()224 if ((aStatistics->mSentCount != 0) && !aStatistics->mIsMulticast && in HandlePingStatistics()225 aStatistics->mReceivedCount <= aStatistics->mSentCount) in HandlePingStatistics()228 … 1000 * (aStatistics->mSentCount - aStatistics->mReceivedCount) / aStatistics->mSentCount; in HandlePingStatistics()234 if (aStatistics->mReceivedCount != 0) in HandlePingStatistics()237 … 1000 * static_cast<uint64_t>(aStatistics->mTotalRoundTripTime) / aStatistics->mReceivedCount; in HandlePingStatistics()239 OutputFormat(" Round-trip min/avg/max = %u/%u.%u/%u ms.", aStatistics->mMinRoundTripTime, in HandlePingStatistics()[all …]
81 static void HandlePingStatistics(const otPingSenderStatistics *aStatistics, void *aContext);82 void HandlePingStatistics(const otPingSenderStatistics *aStatistics);
97 typedef void (*otPingSenderStatisticsCallback)(const otPingSenderStatistics *aStatistics, void *aCo…
75 void PingSender::Config::InvokeStatisticsCallback(const Statistics &aStatistics) const in InvokeStatisticsCallback()78 mStatisticsCallback(&aStatistics, mCallbackContext); in InvokeStatisticsCallback()
130 void InvokeStatisticsCallback(const Statistics &aStatistics) const;