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

/freebsd-10.2-release/contrib/unbound/services/cache/
H A Dinfra.h279 * @param tAAAA: timeout counter on type AAAA.
287 int* tA, int* tAAAA, int* tother);
H A Dinfra.c262 uint8_t tAAAA = ((struct infra_data*)e->data)->timeout_AAAA; local
277 ((struct infra_data*)e->data)->timeout_AAAA = tAAAA;
431 int* tA, int* tAAAA, int* tother)
447 *tAAAA = (int)data->timeout_AAAA;
428 infra_get_host_rto(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* nm, size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow, int* tA, int* tAAAA, int* tother) argument
/freebsd-10.2-release/contrib/unbound/daemon/
H A Dcachedump.c705 tA = 0, tAAAA = 0, tother = 0; local
721 &ri, &delay, *worker->env.now, &tA, &tAAAA, &tother);
724 "tAAAA %d tother %d.\n", ri.rto, tA, tAAAA,
746 "ping %d var %d rtt %d, tA %d, tAAAA %d, tother %d",
751 tA, tAAAA, tother))

Completed in 90 milliseconds