Home
last modified time | relevance | path

Searched refs:timeouts (Results 1 – 25 of 43) sorted by relevance

12

/openbsd/usr.sbin/dhcpd/
H A Ddispatch.c74 struct dhcpd_timeout *timeouts; variable
329 if (timeouts) { in dispatch()
330 if (timeouts->when <= cur_time) { in dispatch()
332 timeouts = timeouts->next; in dispatch()
532 for (q = timeouts; q; q = q->next) { in add_timeout()
537 timeouts = q->next; in add_timeout()
565 if (!timeouts || timeouts->when > q->when) { in add_timeout()
566 q->next = timeouts; in add_timeout()
567 timeouts = q; in add_timeout()
592 for (q = timeouts; q; q = q->next) { in cancel_timeout()
[all …]
H A Ddhcpd.h446 extern struct dhcpd_timeout *timeouts;
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dstress.t146 my ($okay, $failures, $timeouts, $unknown) = (0, 0, 0, 0, 0);
155 $timeouts++;
171 if ($unknown || (($okay + $timeouts) != $cnt)) {
173 my $too_few = $cnt - ($okay + $timeouts + $unknown);
177 print(STDERR "#\t$timeouts threads timed out\n") if $timeouts;
179 } elsif ($timeouts) {
188 print(STDERR "# Test failed: $timeouts threads timed out\n");
/openbsd/usr.sbin/dhcrelay/
H A Ddispatch.c77 struct timeout *timeouts; variable
271 if (timeouts) { in dispatch()
272 if (timeouts->when <= cur_time) { in dispatch()
273 struct timeout *t = timeouts; in dispatch()
275 timeouts = timeouts->next; in dispatch()
288 howlong = timeouts->when - cur_time; in dispatch()
/openbsd/usr.sbin/dhcrelay6/
H A Ddispatch.c77 struct timeout *timeouts; variable
294 if (timeouts) { in dispatch()
295 if (timeouts->when <= cur_time) { in dispatch()
296 struct timeout *t = timeouts; in dispatch()
298 timeouts = timeouts->next; in dispatch()
311 howlong = timeouts->when - cur_time; in dispatch()
/openbsd/usr.bin/tftp/
H A Dtftp.c136 int n, nfds, error, timeouts, size; in sendfile() local
164 for (timeouts = 0, error = 0; !intrflag;) { in sendfile()
165 if (timeouts >= maxtimeout) { in sendfile()
188 timeouts += rexmtval; in sendfile()
282 int n, nfds, error, timeouts, size; in recvfile() local
312 for (timeouts = 0, error = 0; !intrflag;) { in recvfile()
313 if (timeouts >= maxtimeout) { in recvfile()
335 timeouts += rexmtval; in recvfile()
/openbsd/usr.sbin/radiusd/
H A Dradiusd_radius.c528 static int timeouts[] = { 2, 4, 8 }; in module_radius_req_reset_event() local
534 if (req->ntry < nitems(timeouts)) in module_radius_req_reset_event()
535 tv.tv_sec = timeouts[req->ntry]; in module_radius_req_reset_event()
537 tv.tv_sec = timeouts[nitems(timeouts) - 1]; in module_radius_req_reset_event()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/
H A DFiles.pm244 my $timeouts = $self->{+TIMEOUTS};
251 $timeouts->{$info->{file}} ||= time;
255 next unless 5 < time - $timeouts->{$info->{file}};
/openbsd/usr.bin/ssh/
H A Dchannels.c200 struct ssh_channel_timeout *timeouts; member
314 sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts, in channel_add_timeout()
315 sc->ntimeouts + 1, sizeof(*sc->timeouts)); in channel_add_timeout()
316 sc->timeouts[sc->ntimeouts].type_pattern = xstrdup(type_pattern); in channel_add_timeout()
317 sc->timeouts[sc->ntimeouts].timeout_secs = timeout_secs; in channel_add_timeout()
330 free(sc->timeouts[i].type_pattern); in channel_clear_timeouts()
331 free(sc->timeouts); in channel_clear_timeouts()
332 sc->timeouts = NULL; in channel_clear_timeouts()
343 if (match_pattern(type, sc->timeouts[i].type_pattern)) in lookup_timeout()
344 return sc->timeouts[i].timeout_secs; in lookup_timeout()
/openbsd/usr.sbin/ldapctl/
H A Dldapctl.c408 printf("timeouts: %llu\n", st->timeouts); in show_stats()
/openbsd/usr.sbin/nsd/doc/
H A DNSD-VERIFY-MODS154 Verifier timeouts
157 A handler for timeouts (as configured with the "verifier-timeout:" option) is
H A DChangeLog3273 increased timeouts on tests that are hard on the filesystem.
4045 socket do not get timeouts.
4395 - Test for timeouts, including expiry, and expiry and zone updates.
4850 - xfrd randomizes the timeouts, within 10% of original,
4851 to spread out activity. Short timeouts < 10 seconds are not
5103 - xfrd sends UDP xfr request to master(s) with timeouts, and stores
/openbsd/gnu/usr.bin/perl/dist/Tie-File/
H A DChangeLog8 - Tie-File: report test timeouts to STDERR
/openbsd/usr.sbin/ldapd/
H A Dldapd.h264 unsigned long long timeouts; /* search timeouts */ member
H A Dsearch.c473 ++stats.timeouts; in conn_search()
/openbsd/lib/libfido2/
H A DNEWS33 ** Support for device timeouts; see fido_dev_set_timeout().
/openbsd/gnu/usr.bin/perl/dist/Net-Ping/
H A DChanges446 - Increase timeouts for tests in case client or
515 precision for timeouts and measuring
/openbsd/lib/libpcap/
H A DCHANGES77 timeouts.
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def65 FUZZER_FLAG_INT(ignore_timeouts, 1, "Ignore timeouts in fork mode")
/openbsd/usr.sbin/unbound/doc/
H A Drequirements.txt227 routing packets. To detect this, when timeouts keep happening, as the
/openbsd/sbin/isakmpd/
H A DDESIGN-NOTES164 roughly a very simple FSM (only timeouts and retransmissions are events that
/openbsd/usr.sbin/nsd/
H A Dnsd.conf.sample.in123 # The file where secondary zone refresh and expire timeouts are kept.
/openbsd/gnu/usr.bin/perl/dist/IO/
H A DChangeLog543 o IO::Socket::connect changed how we do timeouts, as it did not work
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlipc.pod147 Signal handling is also used for timeouts in Unix. While safely
307 their own implementations of timeouts which may conflict with your
308 timeouts. If you have problems with such functions, try using the POSIX
/openbsd/gnu/gcc/gcc/doc/
H A Dcontrib.texi1354 timeouts and @code{GdkPixpufDecoder} fixes.

12