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

/freebsd-13-stable/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.c50 calc_rto(const struct rtt_info* rtt)
62 rtt_init(struct rtt_info* rtt)
72 rtt_timeout(const struct rtt_info* rtt)
78 rtt_unclamped(const struct rtt_info* rtt)
89 rtt_update(struct rtt_info* rtt, int ms)
100 rtt_lost(struct rtt_info* rtt, int orig)
119 int rtt_notimeout(const struct rtt_info* rtt)
/freebsd-13-stable/contrib/unbound/services/cache/
H A Dinfra.h82 struct rtt_info rtt;
351 * @param rtt: the rtt_info is copied into here (caller alloced return struct).
362 size_t namelen, struct rtt_info* rtt, int* delay, time_t timenow,
H A Dinfra.c631 size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow,
/freebsd-13-stable/contrib/unbound/daemon/
H A Dcachedump.c720 struct rtt_info ri;

Completed in 137 milliseconds