HomeSort by: relevance | last modified time | path
    Searched refs:timeouts (Results 1 - 24 of 24) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
dispatch.c 38 struct timeout *timeouts; variable in typeref:struct:timeout
45 /* Do any outstanding timeouts. */
55 /* Call any expired timeouts, and then if there's
59 if (timeouts) {
61 if ((timeouts -> when . tv_sec < cur_tv . tv_sec) ||
62 ((timeouts -> when . tv_sec == cur_tv . tv_sec) &&
63 (timeouts -> when . tv_usec <= cur_tv . tv_usec))) {
64 t = timeouts;
65 timeouts = timeouts -> next
    [all...]
  /src/sys/net/npf/
npf_state.c 60 int timeouts[NPF_ANY_CONN_NSTATES]; member in struct:__anon7075
102 &params->timeouts[NPF_ANY_CONN_CLOSED],
108 &params->timeouts[NPF_ANY_CONN_NEW],
114 &params->timeouts[NPF_ANY_CONN_ESTABLISHED],
231 timeout = params->timeouts[state];
npf_state_tcp.c 67 /* Timeouts */
81 int timeouts[NPF_TCPT_COUNT]; member in struct:__anon7076
515 return params->timeouts[state_timeout_idx[state]];
531 &params->timeouts[NPF_TCPT_NEW],
538 &params->timeouts[NPF_TCPT_ESTABLISHED],
545 &params->timeouts[NPF_TCPT_HALFCLOSE],
552 &params->timeouts[NPF_TCPT_CLOSE],
559 &params->timeouts[NPF_TCPT_TIMEWAIT],
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
completion-support.exp 366 set timeouts 0
372 incr timeouts
374 if { $timeouts > 0 } {
375 set timeouts 0
378 if { $timeouts == $max_timeouts } {
379 verbose -log "Consecutive timeouts in test_complete_prefix_range_re, giving up"
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
completion-support.exp 366 set timeouts 0
372 incr timeouts
374 if { $timeouts > 0 } {
375 set timeouts 0
378 if { $timeouts == $max_timeouts } {
379 verbose -log "Consecutive timeouts in test_complete_prefix_range_re, giving up"
  /src/external/bsd/dhcpcd/dist/src/
eloop.c 123 TAILQ_HEAD(timeout_head, eloop_timeout) timeouts;
473 TAILQ_FOREACH(t, &eloop->timeouts, next) {
509 TAILQ_FOREACH(t, &eloop->timeouts, next) {
511 TAILQ_REMOVE(&eloop->timeouts, t, next);
540 TAILQ_FOREACH(tt, &eloop->timeouts, next) {
547 TAILQ_INSERT_TAIL(&eloop->timeouts, t, next);
600 TAILQ_FOREACH_SAFE(t, &eloop->timeouts, next, tt) {
603 TAILQ_REMOVE(&eloop->timeouts, t, next);
678 TAILQ_FOREACH_SAFE(t, &eloop->timeouts, next, tn)
680 TAILQ_INIT(&eloop->timeouts);
    [all...]
  /src/external/bsd/wpa/dist/src/radius/
radius_client.h 127 * timeouts - radiusAuthClientTimeouts or radiusAccClientTimeouts
129 u32 timeouts; member in struct:hostapd_radius_server
radius_client.c 411 conf->acct_server->timeouts++;
432 conf->auth_server->timeouts++;
651 old->timeouts++;
679 old->timeouts++;
1998 serv->timeouts,
2044 serv->timeouts,
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntptrap 121 sub timeouts # sort timeout id array
123 $TIMEOUTS{$a} <=> $TIMEOUTS{$b};
185 %TIMEOUTS = ();
187 @TIMEOUTS = ();
194 if (@Requests || @TIMEOUTS) # if there is some work pending
211 if ($timeout && @TIMEOUTS)
214 if ($timeout + time > $TIMEOUTS{$TIMEOUTS[$[]})
216 $timeout = $TIMEOUTS{$TIMEOUTS[$[]} - time
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 55 COMMTIMEOUTS timeouts; local
74 timeouts.ReadIntervalTimeout = MAXDWORD;
75 timeouts.ReadTotalTimeoutConstant = 0;
76 timeouts.ReadTotalTimeoutMultiplier = 0;
77 timeouts.WriteTotalTimeoutConstant = 0;
78 timeouts.WriteTotalTimeoutMultiplier = 0;
79 if (!SetCommTimeouts (h, &timeouts))
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 55 COMMTIMEOUTS timeouts; local
74 timeouts.ReadIntervalTimeout = MAXDWORD;
75 timeouts.ReadTotalTimeoutConstant = 0;
76 timeouts.ReadTotalTimeoutMultiplier = 0;
77 timeouts.WriteTotalTimeoutConstant = 0;
78 timeouts.WriteTotalTimeoutMultiplier = 0;
79 if (!SetCommTimeouts (h, &timeouts))
  /src/sys/dev/ic/
mpt_netbsd.h 236 uint32_t timeouts; /* timeout count */ member in struct:mpt_softc
mpt_netbsd.c 358 /* Timeouts are in msec, so we loop in 1000usec cycles */
393 mpt->timeouts++;
  /src/external/gpl3/gdb.old/dist/sim/common/
dv-cfi.c 93 /* Operational timeouts. */
94 unsigned char timeouts[8]; member in union:cfi_query::__anon21929
568 .../timeouts <typ unit write> <typ buf write> \
579 timeouts: typ: 1µs, not supported, 1ms, not supported
695 /* Extract optional timeouts. */
698 unsigned num = ARRAY_SIZE (cfi->query.timeouts);
707 cfi->query.timeouts[i] = ival;
  /src/external/gpl3/gdb/dist/sim/common/
dv-cfi.c 93 /* Operational timeouts. */
94 unsigned char timeouts[8]; member in union:cfi_query::__anon1414
568 .../timeouts <typ unit write> <typ buf write> \
579 timeouts: typ: 1µs, not supported, 1ms, not supported
695 /* Extract optional timeouts. */
698 unsigned num = ARRAY_SIZE (cfi->query.timeouts);
707 cfi->query.timeouts[i] = ival;
  /src/crypto/external/bsd/openssh/dist/
channels.c 147 /* Used to record timeouts per channel type */
207 /* Channel timeouts by type */
208 struct ssh_channel_timeout *timeouts; member in struct:ssh_channels
329 sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts,
330 sc->ntimeouts + 1, sizeof(*sc->timeouts));
331 sc->timeouts[sc->ntimeouts].type_pattern = xstrdup(type_pattern);
332 sc->timeouts[sc->ntimeouts].timeout_secs = timeout_secs;
336 /* Clears all previously-added channel timeouts */
345 free(sc->timeouts[i].type_pattern)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
adb.c 222 unsigned int timeouts; member in struct:dns_adbentry
3121 addr->entry->timeouts++;
3133 tr = (double)addr->entry->timeouts / addr->entry->completed;
3134 addr->entry->timeouts = addr->entry->completed = 0;
resolver.c 252 * This defines the maximum number of timeouts we will permit before we
435 * The number of timeouts that have occurred since we
439 unsigned int timeouts; member in struct:fetchctx
4562 * if in-band netmgr timeouts don't work. It will fire two
7532 fctx->timeouts = 0;
8167 fctx->timeouts++;
8173 /* netmgr timeouts are accurate to the millisecond */
10978 fctx->timeouts, fctx->lamecount, fctx->quotacount,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 246 unsigned int timeouts; member in struct:dns_adbentry
1875 e->timeouts = 0;
4314 addr->entry->timeouts++;
4326 tr = (double)addr->entry->timeouts / addr->entry->completed;
4327 addr->entry->timeouts = addr->entry->completed = 0;
resolver.c 219 * This defines the maximum number of timeouts we will permit before we
376 * The number of timeouts that have occurred since we
380 unsigned int timeouts; member in struct:fetchctx
2768 fctx->timeouts);
4755 fctx->timeouts++;
5233 fctx->timeouts = 0;
7930 fctx->timeouts = 0;
11428 fctx->timeouts, fctx->lamecount, fctx->quotacount,
  /src/external/mit/libcbor/dist/docs/doxygen/search/
search.js 56 storing this instance. Is needed to be able to set timeouts.
  /src/libexec/httpd/
bozohttpd.c 405 const char **cur, *timeouts[] = { local
412 /* adjust minlen if more timeouts appear with conflicting names */
416 for (cur = timeouts; len >= minlen && *cur; cur++) {
  /src/external/bsd/ipf/dist/
HISTORY 423 Fix NAT timeouts for ICMP packets
1313 fixed setting of NAT timeouts and use different timeouts for concurrent
1398 New algorithm for setting timeouts for TCP connection (more closely follow
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1143 TIME expiry, renewal, rebind; /* Lease timeouts. */
1718 isc_heap_t *active_timeouts; /* timeouts for active leases */
1720 isc_heap_t *inactive_timeouts; /* timeouts for expired or
2873 extern struct timeout *timeouts;

Completed in 79 milliseconds