HomeSort by: relevance | last modified time | path
    Searched defs:diffsec (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ping/
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...]
  /src/sbin/ping6/
ping6.c 275 static double diffsec(struct timespec *, struct timespec *);
952 sec = diffsec(&next_tx, &now);
956 sec = diffsec(&next_tx, &now);
968 diffsec(&now, &last_tx);
1193 if (diffsec(&next_tx, &now) <= interval.tv_sec) {
1196 } while (diffsec(&next_tx, &now) < -0.1);
2512 diffsec(struct timespec *timenow, function in typeref:typename:double

Completed in 13 milliseconds