Home | History | Annotate | Download | only in ping

Lines Matching defs:diffsec

221 static double diffsec(struct timespec *, struct timespec *);
762 sec = diffsec(&next_tx, &now);
766 sec = diffsec(&next_tx, &now);
779 diffsec(&now, &last_tx);
879 dt = diffsec(&last_tx, &jiggle_time);
983 waittime = diffsec(&next_tx, &now);
1004 } while (diffsec(&next_tx, &now) < -0.1);
1118 triptime = diffsec(&last_rx, &tv);
1345 diffsec(struct timespec *timenow,
1427 double r = diffsec(&last_rx, &first_rx);
1428 double t = diffsec(&last_tx, &first_tx);