Searched refs:next_tx (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c202 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable in typeref:struct:
708 sec = diffsec(&next_tx, &now);
712 sec = diffsec(&next_tx, &now);
912 if (next_tx.tv_sec == 0) {
914 next_tx = now;
922 if (diffsec(&next_tx, &now) <= interval) {
924 timespecadd(&next_tx, &interval_tv, &next_tx);
925 } while (diffsec(&next_tx, &now) < -0.1);

Completed in 75 milliseconds