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

/bind-9.11.3/lib/dns/
H A Dresolver.c186 * This defines the maximum number of timeouts we will permit before we
320 * The number of timeouts that have occurred since we
324 unsigned int timeouts; member in struct:fetchctx
2279 if (fctx->timeouts > (MAX_EDNS0_TIMEOUTS * 2) &&
2317 fctx->timeouts);
3931 fctx->timeouts++;
4316 fctx->timeouts = 0;
7729 fctx->timeouts = 0;
9670 fctx->querysent, fctx->timeouts,
H A Dadb.c245 unsigned int timeouts; member in struct:dns_adbentry
1824 e->timeouts = 0;
4247 addr->entry->timeouts++;
4257 tr = (double) addr->entry->timeouts / addr->entry->completed;
4258 addr->entry->timeouts = addr->entry->completed = 0;
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dsys.c52 struct sys_timeouts *timeouts; local
59 timeouts = sys_arch_timeouts();
61 if (!timeouts || !timeouts->next) {
64 if (timeouts->next->time > 0) {
65 time = sys_arch_mbox_fetch(mbox, msg, timeouts->next->time);
74 tmptimeout = timeouts->next;
75 timeouts->next = tmptimeout->next;
90 if (time <= timeouts->next->time) {
91 timeouts
104 struct sys_timeouts *timeouts; local
159 struct sys_timeouts *timeouts; local
210 struct sys_timeouts *timeouts; local
[all...]
/vbox/src/VBox/Devices/Network/lwip/vbox/
H A Dsys_arch.c60 struct sys_timeouts timeouts; member in struct:__anon14897
327 * Grab the pointer to this thread's timeouts from TLS.
348 to = &g_aTLS[i].timeouts;
360 to = &g_aTLS[id].timeouts;
/vbox/src/VBox/Devices/Network/lwip-new/vbox/
H A Dsys_arch.c61 struct sys_timeouts timeouts;
448 * Grab the pointer to this thread's timeouts from TLS.
469 to = &g_aTLS[i].timeouts;
481 to = &g_aTLS[id].timeouts;
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcoe.c84 unsigned int timeouts; member in struct:fcoe_port
188 fcoe->timeouts = 0;
785 fcoe->timeouts = 0;
1011 fcoe->timeouts++;
1021 fcoe->timeouts = 0;
1032 if ( fcoe->timeouts <= FCOE_MAX_VLAN_REQUESTS ) {
1043 fcoe->timeouts = 0;
1056 ( fcoe->timeouts <= FCOE_MAX_FIP_SOLICITATIONS ) ) {
1076 fcoe->timeouts = 0;
1096 if ( fcoe->timeouts > FCOE_MAX_FIP_MISSING_KEEPALIVE
[all...]

Completed in 251 milliseconds