Searched refs:rtt_info (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/unbound/util/
H A Drtt.h49 struct rtt_info { struct
67 void rtt_init(struct rtt_info* rtt);
74 int rtt_timeout(const struct rtt_info* rtt);
82 int rtt_unclamped(const struct rtt_info* rtt);
89 int rtt_notimeout(const struct rtt_info* rtt);
96 void rtt_update(struct rtt_info* rtt, int ms);
105 void rtt_lost(struct rtt_info* rtt, int orig);
H A Drtt.c49 calc_rto(const struct rtt_info* rtt)
61 rtt_init(struct rtt_info* rtt)
71 rtt_timeout(const struct rtt_info* rtt)
77 rtt_unclamped(const struct rtt_info* rtt)
88 rtt_update(struct rtt_info* rtt, int ms)
99 rtt_lost(struct rtt_info* rtt, int orig)
118 int rtt_notimeout(const struct rtt_info* rtt)
/freebsd-10.2-release/contrib/unbound/services/cache/
H A Dinfra.h76 struct rtt_info rtt;
275 * @param rtt: the rtt_info is copied into here (caller alloced return struct).
286 size_t namelen, struct rtt_info* rtt, int* delay, time_t timenow,
H A Dinfra.c430 size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow,
/freebsd-10.2-release/contrib/unbound/daemon/
H A Dcachedump.c707 struct rtt_info ri;

Completed in 142 milliseconds