ping.c | 204 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable in typeref:struct:timespec 745 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache); 747 last = timespec_to_sec(&clear_cache) + maxwait; 910 if (clear_cache.tv_sec != now.tv_sec) { 938 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache); 1534 clear_cache.tv_sec = 0;
|