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

/freebsd-11.0-release/contrib/unbound/services/cache/
H A Dinfra.h256 * @param roundtrip: estimate of roundtrip time in milliseconds or -1 for
258 * @param orig_rtt: original rtt for the query that timed out (roundtrip==-1).
259 * ignored if roundtrip != -1.
265 int roundtrip, int orig_rtt, time_t timenow);
H A Dinfra.c518 int roundtrip, int orig_rtt, time_t timenow)
534 if(roundtrip == -1) {
552 rtt_update(&data->rtt, roundtrip);
516 infra_rtt_update(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* nm, size_t nmlen, int qtype, int roundtrip, int orig_rtt, time_t timenow) argument
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius_client.c760 int len, roundtrip; local
848 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
854 roundtrip / 100, roundtrip % 100);
855 rconf->round_trip_time = roundtrip;

Completed in 159 milliseconds