Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
HDsender.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-13-stable/contrib/sendmail/libmilter/
HDworker.c359 time_t lastcheck; local
377 lastcheck = time(NULL);
392 if (lastcheck + DT_CHECK_OLD_SESSIONS < now)
423 lastcheck = now;
/freebsd-13-stable/sbin/hastd/
HDprimary.c1548 time_t lastcheck, now; in remote_send_thread() local
1559 lastcheck = time(NULL); in remote_send_thread()
1566 if (lastcheck + HAST_KEEPALIVE <= now) { in remote_send_thread()
1568 lastcheck = now; in remote_send_thread()
2406 time_t lastcheck, now; in guard_thread() local
2411 lastcheck = time(NULL); in guard_thread()
2441 if (lastcheck + HAST_KEEPALIVE <= now) { in guard_thread()
2444 lastcheck = now; in guard_thread()
HDhastd.c1072 time_t lastcheck, now; in main_loop() local
1075 lastcheck = time(NULL); in main_loop()
1117 if (lastcheck + REPORT_INTERVAL <= now) { in main_loop()
1119 lastcheck = now; in main_loop()