Home
last modified time | relevance | path

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

/external/iputils/
Dping_common.c871 long triptime = 0; in gather_statistics() local
884 triptime = tv->tv_sec * 1000000 + tv->tv_usec; in gather_statistics()
885 if (triptime < 0) { in gather_statistics()
886 fprintf(stderr, "Warning: time of day goes back (%ldus), taking countermeasures.\n", triptime); in gather_statistics()
887 triptime = 0; in gather_statistics()
895 tsum += triptime; in gather_statistics()
896 tsum2 += (long long)triptime * (long long)triptime; in gather_statistics()
897 if (triptime < tmin) in gather_statistics()
898 tmin = triptime; in gather_statistics()
899 if (triptime > tmax) in gather_statistics()
[all …]
DRELNOTES412 !* Noah L. Meyerhans <frodo@morgul.net> What is the problem with "long" triptime?