Searched refs:tother (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.h356 * @param tother: timeout counter on type other.
363 int* tA, int* tAAAA, int* tother);
H A Dinfra.c453 uint8_t tother = ((struct infra_data*)e->data)->timeout_other; local
469 ((struct infra_data*)e->data)->timeout_other = tother;
632 int* tA, int* tAAAA, int* tother)
649 *tother = (int)data->timeout_other;
629 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-11-stable/contrib/unbound/daemon/
H A Dcachedump.c718 tA = 0, tAAAA = 0, tother = 0; local
734 &ri, &delay, *worker->env.now, &tA, &tAAAA, &tother);
737 "tAAAA %d tother %d.\n", ri.rto, tA, tAAAA,
738 tother))
759 "ping %d var %d rtt %d, tA %d, tAAAA %d, tother %d",
764 tA, tAAAA, tother))

Completed in 77 milliseconds