Home
last modified time | relevance | path

Searched refs:triptime (Results 1 – 2 of 2) sorted by relevance

/external/iputils/
Dping_common.c876 long triptime = 0; in gather_statistics() local
889 triptime = tv->tv_sec * 1000000 + tv->tv_usec; in gather_statistics()
890 if (triptime < 0) { in gather_statistics()
891 fprintf(stderr, "Warning: time of day goes back (%ldus), taking countermeasures.\n", triptime); in gather_statistics()
892 triptime = 0; in gather_statistics()
900 tsum += triptime; in gather_statistics()
901 tsum2 += (long long)triptime * (long long)triptime; in gather_statistics()
902 if (triptime < tmin) in gather_statistics()
903 tmin = triptime; in gather_statistics()
904 if (triptime > tmax) in gather_statistics()
[all …]
DRELNOTES412 !* Noah L. Meyerhans <frodo@morgul.net> What is the problem with "long" triptime?