Home
last modified time | relevance | path

Searched refs:ADIST_KEEPALIVE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsender.c528 QUEUE_TAKE(adreq, &adist_send_list, ADIST_KEEPALIVE); in send_thread()
532 if (lastcheck + ADIST_KEEPALIVE <= now) { in send_thread()
711 timeout.tv_sec = ADIST_KEEPALIVE; in guard_thread()
729 if (lastcheck + ADIST_KEEPALIVE <= now) { in guard_thread()
H A Dauditdistd.h89 #define ADIST_KEEPALIVE 10 macro