ping6.c | 219 static struct timespec now, last_tx, next_tx, first_tx; variable in typeref:struct:timespec 952 sec = diffsec(&next_tx, &now); 956 sec = diffsec(&next_tx, &now); 1183 if (next_tx.tv_sec == 0) { 1185 next_tx = now; 1193 if (diffsec(&next_tx, &now) <= interval.tv_sec) { 1195 timespecadd(&next_tx, &interval, &next_tx); 1196 } while (diffsec(&next_tx, &now) < -0.1);
|