Searched refs:tAAAA (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/unbound/daemon/ |
| HD | cachedump.c | 733 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-head/contrib/unbound/services/cache/ |
| HD | infra.h | 394 int* tA, int* tAAAA, int* tother);
|
| HD | infra.c | 600 uint8_t tAAAA = ((struct infra_data*)e->data)->timeout_AAAA; in infra_host() local 616 ((struct infra_data*)e->data)->timeout_AAAA = tAAAA; in infra_host() 780 int* tA, int* tAAAA, int* tother) in infra_get_host_rto() argument 796 *tAAAA = (int)data->timeout_AAAA; in infra_get_host_rto()
|