Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dcachedump.c733 tA = 0, tAAAA = 0, tother = 0; in print_dp_details() local
749 &ri, &delay, *worker->env.now, &tA, &tAAAA, &tother); in print_dp_details()
752 "tAAAA %d tother %d.\n", ri.rto, tA, tAAAA, in print_dp_details()
779 tA, tAAAA, tother)) in print_dp_details()
/freebsd/contrib/unbound/services/cache/
H A Dinfra.h381 int* tA, int* tAAAA, int* tother);
H A Dinfra.c561 uint8_t tAAAA = ((struct infra_data*)e->data)->timeout_AAAA; in infra_host() local
577 ((struct infra_data*)e->data)->timeout_AAAA = tAAAA; in infra_host()
741 int* tA, int* tAAAA, int* tother) in infra_get_host_rto() argument
757 *tAAAA = (int)data->timeout_AAAA; in infra_get_host_rto()