Searched refs:timeouts (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/sbin/dhclient/
H A Ddispatch.c54 struct timeout *timeouts; variable in typeref:struct:timeout
161 * Call any expired timeouts, and then if there's still
165 if (timeouts) {
168 if (timeouts->when <= cur_time) {
169 t = timeouts;
170 timeouts = timeouts->next;
183 howlong = timeouts->when - cur_time;
357 for (q = timeouts; q; q = q->next) {
362 timeouts
[all...]
/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius_client.h108 * timeouts - radiusAuthClientTimeouts or radiusAccClientTimeouts
110 u32 timeouts; member in struct:hostapd_radius_server
H A Dradius_client.c341 conf->acct_server->timeouts++;
349 conf->auth_server->timeouts++;
450 old->timeouts++;
475 old->timeouts++;
1403 serv->timeouts,
1449 serv->timeouts,
/freebsd-9.3-release/sys/net/
H A Dif_arp.h125 u_long timeouts; /* # of times with entries removed */ member in struct:arpstat
/freebsd-9.3-release/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-9.3-release/sys/dev/mpr/
H A Dmpr_sas.h80 unsigned int timeouts; member in struct:mprsas_target
H A Dmpr_sas.c1617 targ->timeouts++;
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas.h76 unsigned int timeouts; member in struct:mpssas_target
H A Dmps_sas.c1578 targ->timeouts++;
/freebsd-9.3-release/sys/dev/ieee488/
H A Dibfoo.c119 static struct timeval timeouts[] = { variable in typeref:struct:timeval
140 static const u_int max_timeouts = sizeof timeouts / sizeof timeouts[0];
582 h->timeout = timeouts[ib->ap->tmo];
753 ib->h->timeout = timeouts[ib->ap->tmo];
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.h720 uint16_t timeouts; /* timeout count */ member in struct:mpt_softc
/freebsd-9.3-release/sys/netinet/
H A Dif_ether.c210 ARPSTAT_INC(timeouts);
/freebsd-9.3-release/usr.bin/netstat/
H A Dinet.c935 p(timeouts, "\t%lu ARP entry%s timed out\n");
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c151 * This defines the maximum number of timeouts we will permit before we
270 * The number of timeouts that have occurred since we
274 unsigned int timeouts; member in struct:fetchctx
1826 * Handle timeouts by reducing the UDP response size to 512 bytes
1841 fctx->timeouts >= (MAX_EDNS0_TIMEOUTS * 2)) &&
1846 fctx->timeouts >= MAX_EDNS0_TIMEOUTS) &&
3226 fctx->timeouts++;
3593 fctx->timeouts = 0;
6898 fctx->timeouts = 0;
8527 fctx->querysent, fctx->timeouts, fct
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY115 some TCP state steps when closing do not update timeouts, leading to
900 Fix NAT timeouts for ICMP packets
1790 fixed setting of NAT timeouts and use different timeouts for concurrent
1875 New algorithm for setting timeouts for TCP connection (more closely follow
/freebsd-9.3-release/crypto/openssl/apps/
H A DMakefile785 s_client.o: s_apps.h s_client.c timeouts.h
810 s_server.o: ../include/openssl/x509v3.h apps.h s_apps.h s_server.c timeouts.h

Completed in 221 milliseconds