ping.c | 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, function in typeref:typename:double 1427 double r = diffsec(&last_rx, &first_rx) [all...] |