Searched refs:lastcheck (Results 1 – 4 of 4) sorted by relevance
518 time_t lastcheck, now; in send_thread() local523 lastcheck = time(NULL); in send_thread()532 if (lastcheck + ADIST_KEEPALIVE <= now) { in send_thread()534 lastcheck = now; in send_thread()701 time_t lastcheck, now; in guard_thread() local705 lastcheck = time(NULL); in guard_thread()729 if (lastcheck + ADIST_KEEPALIVE <= now) { in guard_thread()731 lastcheck = now; in guard_thread()
359 time_t lastcheck; local377 lastcheck = time(NULL);392 if (lastcheck + DT_CHECK_OLD_SESSIONS < now)423 lastcheck = now;
1547 time_t lastcheck, now; in remote_send_thread() local1558 lastcheck = time(NULL); in remote_send_thread()1565 if (lastcheck + HAST_KEEPALIVE <= now) { in remote_send_thread()1567 lastcheck = now; in remote_send_thread()2405 time_t lastcheck, now; in guard_thread() local2410 lastcheck = time(NULL); in guard_thread()2440 if (lastcheck + HAST_KEEPALIVE <= now) { in guard_thread()2443 lastcheck = now; in guard_thread()
1071 time_t lastcheck, now; in main_loop() local1074 lastcheck = time(NULL); in main_loop()1116 if (lastcheck + REPORT_INTERVAL <= now) { in main_loop()1118 lastcheck = now; in main_loop()