Home
last modified time | relevance | path

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

123

/freebsd/sbin/dhclient/
H A Ddispatch.c63 static struct timeout *timeouts; variable
178 if (timeouts) { in dispatch()
181 if (timespeccmp(&timeouts->when, &time_now, <=)) { in dispatch()
182 t = timeouts; in dispatch()
183 timeouts = timeouts->next; in dispatch()
196 timespecsub(&timeouts->when, &time_now, &howlong); in dispatch()
379 for (q = timeouts; q; q = q->next) { in add_timeout_timespec()
384 timeouts = q->next; in add_timeout_timespec()
412 if (!timeouts || timespeccmp(&timeouts->when, &q->when, >)) { in add_timeout_timespec()
413 q->next = timeouts; in add_timeout_timespec()
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap121 sub timeouts # sort timeout id array
300 @TIMEOUTS = sort timeouts keys(%TIMEOUTS);
310 @TIMEOUTS = sort timeouts keys(%TIMEOUTS);
/freebsd/sys/net/
H A Dif_arp.h110 uint64_t timeouts; /* # of times with entries removed */ member
/freebsd/contrib/wpa/src/radius/
H A Dradius_client.h129 u32 timeouts; member
H A Dradius_client.c411 conf->acct_server->timeouts++; in radius_client_retransmit()
432 conf->auth_server->timeouts++; in radius_client_retransmit()
651 old->timeouts++; in radius_client_auth_failover()
679 old->timeouts++; in radius_client_acct_failover()
1998 serv->timeouts, in radius_client_dump_auth_server()
2044 serv->timeouts, in radius_client_dump_acct_server()
/freebsd/sys/dev/mps/
H A Dmps_sas.h74 unsigned int timeouts; member
/freebsd/sys/dev/mpr/
H A Dmpr_sas.h75 unsigned int timeouts; member
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-bonegreen-wireless.dts114 /* intruces various issues (elp wkaeup timeouts etc.) */
/freebsd/libexec/bootpd/
H A DProblems21 timeouts on failed DNS lookup operations. If this is the
/freebsd/sys/cam/nvme/
H A Dnvme_da.c130 u_int timeouts; member
776 &softc->timeouts, 0, in ndasysctlinit()
1291 softc->timeouts++; in ndaerror()
/freebsd/crypto/openssh/
H A Dchannels.c208 struct ssh_channel_timeout *timeouts; member
322 sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts, in channel_add_timeout()
323 sc->ntimeouts + 1, sizeof(*sc->timeouts)); in channel_add_timeout()
324 sc->timeouts[sc->ntimeouts].type_pattern = xstrdup(type_pattern); in channel_add_timeout()
325 sc->timeouts[sc->ntimeouts].timeout_secs = timeout_secs; in channel_add_timeout()
338 free(sc->timeouts[i].type_pattern); in channel_clear_timeouts()
339 free(sc->timeouts); in channel_clear_timeouts()
340 sc->timeouts = NULL; in channel_clear_timeouts()
351 if (match_pattern(type, sc->timeouts[i].type_pattern)) in lookup_timeout()
352 return sc->timeouts[i].timeout_secs; in lookup_timeout()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4119 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
144 o remove pending timeouts on event_base_free()
194 o Handle NULL timeouts correctly on Solaris; from Trond Norbye
212 …o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) o…
H A Dwhatsnew-2.1.txt338 timeouts from socket and ssl bufferevents correctly.
413 Previously, you could only set evhttp timeouts in increments of one
416 microsecond-granularity timeouts.
524 2.2. Faster activations and timeouts
580 have not previously been able to wait for timeouts with accuracy smaller
655 for unreasonably long timeouts, and cutting them down to reasonably
H A DChangeLog-2.0450 o Correctly detect timeouts during http connects (04861d5)
899 o Provide consistent, tested semantics for bufferevent timeouts (d328829)
965 o Fix a bug in resetting timeouts on persistent events when IO triggers. (38ec0a7)
966 o Add a test for timeouts on filtering bufferevents. (c02bfe1)
1063 …o Alternative queue-based timeout algorithm for programs that use a large number of timeouts with …
1065 …o Make EV_PERSIST timeouts more accurate: schedule the next event based on the scheduled time of t…
1167 o remove pending timeouts on event_base_free()
1197 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
1220 o support for periodic timeouts
1272 …o Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in that case will now …
H A Dwhatsnew-2.0.txt258 2.10. Better support for huge numbers of timeouts
261 for randomly distributed timeouts, but suboptimal if you have huge numbers
262 of timeouts that all expire in the same amount of time after their
/freebsd/contrib/libevent/
H A DChangeLog-1.4119 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
144 o remove pending timeouts on event_base_free()
194 o Handle NULL timeouts correctly on Solaris; from Trond Norbye
212 …o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) o…
H A Dwhatsnew-2.1.txt338 timeouts from socket and ssl bufferevents correctly.
413 Previously, you could only set evhttp timeouts in increments of one
416 microsecond-granularity timeouts.
524 2.2. Faster activations and timeouts
580 have not previously been able to wait for timeouts with accuracy smaller
655 for unreasonably long timeouts, and cutting them down to reasonably
H A DChangeLog-2.0450 o Correctly detect timeouts during http connects (04861d5)
899 o Provide consistent, tested semantics for bufferevent timeouts (d328829)
965 o Fix a bug in resetting timeouts on persistent events when IO triggers. (38ec0a7)
966 o Add a test for timeouts on filtering bufferevents. (c02bfe1)
1063 …o Alternative queue-based timeout algorithm for programs that use a large number of timeouts with …
1065 …o Make EV_PERSIST timeouts more accurate: schedule the next event based on the scheduled time of t…
1167 o remove pending timeouts on event_base_free()
1197 …o Correctly handle timeouts larger than 35 minutes on Linux with epoll.c. This is probably a kern…
1220 o support for periodic timeouts
1272 …o Change the semantics of timeouts in conjunction with EV_PERSIST; timeouts in that case will now …
H A Dwhatsnew-2.0.txt258 2.10. Better support for huge numbers of timeouts
261 for randomly distributed timeouts, but suboptimal if you have huge numbers
262 of timeouts that all expire in the same amount of time after their
/freebsd/contrib/sendmail/libmilter/
H A DREADME102 Finally, you can override the default timeouts used by sendmail when
114 and therefore can't separate timeouts. The default values (if not set in
/freebsd/contrib/libfido2/
H A DNEWS73 ** Support for device timeouts; see fido_dev_set_timeout().
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dnfs.subr153 # If non-NULL, adjusts the read/write size to avoid timeouts.
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1185 snl_add_msg_attr_timeouts(struct snl_writer *nw, uint32_t type, const uint32_t *timeouts) in snl_add_msg_attr_timeouts() argument
1192 snl_add_msg_attr_u32(nw, PF_TT_TIMEOUT, timeouts[i]); in snl_add_msg_attr_timeouts()
1530 uint32_t timeouts[PFTM_MAX]; member
1544 ret = snl_attr_get_uint32(ss, nla, NULL, &t->timeouts[t->i]); in snl_attr_get_pf_timeout()
1570 memcpy(target, parsed_timeouts.timeouts, sizeof(parsed_timeouts.timeouts)); in snl_attr_get_nested_timeouts()
/freebsd/sys/netpfil/pf/
H A Dpf_nl.c625 uint32_t timeouts[PFTM_MAX]; member
639 ret = nlattr_get_uint32(nla, npt, NULL, &t->timeouts[t->i]); in nlattr_get_pf_timeout()
664 memcpy(target, parsed_timeouts.timeouts, sizeof(parsed_timeouts.timeouts)); in nlattr_get_nested_timeouts()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod191 disables receive timeouts. Otherwise, configures the specified time interval as

123