Searched refs:ar_timeout (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/include/
H A Dasr.h32 int ar_timeout; /* time to wait for in milliseconds */ member in struct:asr_result
/openbsd-current/lib/libc/asr/
H A Dres_send_async.c188 ar->ar_timeout = as->as_timeout;
223 ar->ar_timeout = as->as_timeout;
228 ar->ar_timeout = as->as_timeout;
249 ar->ar_timeout = as->as_timeout;
H A Dasr.c199 DPRINT(" fd=%i timeout=%i", ar->ar_fd, ar->ar_timeout);
244 if (poll_intrsafe(fds, 1, ar->ar_timeout) == -1) {
/openbsd-current/usr.sbin/snmpd/
H A Dapplication.c70 int32_t ar_timeout; member in struct:appl_region
493 nregion->ar_timeout = timeout;
1121 if (region->ar_timeout > timeout)
1122 timeout = region->ar_timeout;
/openbsd-current/lib/libevent/
H A Devent.c952 tv.tv_sec = ar.ar_timeout / 1000;
953 tv.tv_usec = (ar.ar_timeout % 1000) * 1000;

Completed in 120 milliseconds