Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/cache/
H A Dinfra.c504 data->timeout_other = 0; in data_entry_init()
562 uint8_t tother = ((struct infra_data*)e->data)->timeout_other; in infra_host()
578 ((struct infra_data*)e->data)->timeout_other = tother; in infra_host()
712 if(data->timeout_other < TIMEOUT_COUNT_MAX) in infra_rtt_update()
713 data->timeout_other++; in infra_rtt_update()
727 else data->timeout_other = 0; in infra_rtt_update()
758 *tother = (int)data->timeout_other; in infra_get_host_rto()
825 if(host->timeout_other >= TIMEOUT_COUNT_MAX) in infra_get_lame_rtt()
H A Dinfra.h106 uint8_t timeout_other; member
/freebsd/contrib/unbound/daemon/
H A Dremote.c1792 d->timeout_other = 0; in infra_del_host()
2712 d->timeout_A, d->timeout_AAAA, d->timeout_other, in dump_infra_host()