Searched refs:timeout_other (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/unbound/services/cache/
H A Dinfra.c347 data->timeout_other = 0;
404 uint8_t tother = ((struct infra_data*)e->data)->timeout_other;
419 ((struct infra_data*)e->data)->timeout_other = tother;
543 if(data->timeout_other < TIMEOUT_COUNT_MAX)
544 data->timeout_other++;
558 else data->timeout_other = 0;
589 *tother = (int)data->timeout_other;
651 if(host->timeout_other >= TIMEOUT_COUNT_MAX)
H A Dinfra.h101 uint8_t timeout_other; member in struct:infra_data
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dremote.c1290 d->timeout_other = 0;
2118 d->timeout_A, d->timeout_AAAA, d->timeout_other,

Completed in 114 milliseconds