Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c75 #define BOFF_TIMEOUT(x, y) (x < 3 ? y * 2 * x : y * 8) macro
647 timeout = BOFF_TIMEOUT(attempts, timeout); in auditd_plugin()