Home
last modified time | relevance | path

Searched refs:lastcheck (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsender.c518 time_t lastcheck, now; in send_thread() local
523 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() local
705 lastcheck = time(NULL); in guard_thread()
729 if (lastcheck + ADIST_KEEPALIVE <= now) { in guard_thread()
731 lastcheck = now; in guard_thread()
/freebsd/contrib/sendmail/libmilter/
H A Dworker.c359 time_t lastcheck; local
377 lastcheck = time(NULL);
392 if (lastcheck + DT_CHECK_OLD_SESSIONS < now)
423 lastcheck = now;
/freebsd/sbin/hastd/
H A Dprimary.c1547 time_t lastcheck, now; in remote_send_thread() local
1558 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() local
2410 lastcheck = time(NULL); in guard_thread()
2440 if (lastcheck + HAST_KEEPALIVE <= now) { in guard_thread()
2443 lastcheck = now; in guard_thread()
H A Dhastd.c1071 time_t lastcheck, now; in main_loop() local
1074 lastcheck = time(NULL); in main_loop()
1116 if (lastcheck + REPORT_INTERVAL <= now) { in main_loop()
1118 lastcheck = now; in main_loop()