Home
last modified time | relevance | path

Searched refs:lostret (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/net/
H A Dping.c55 unsigned long lostret = 0; in summary() local
56 lostret = TT.sent > TT.recv ? ((TT.sent-TT.recv)*100)/(TT.sent?TT.sent:1) : 0; in summary()
60 TT.sent, TT.recv, lostret); in summary()

Completed in 2 milliseconds