Home
last modified time | relevance | path

Searched refs:rtt_info (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/usr.sbin/unbound/util/
H A Drtt.h49 struct rtt_info { struct
67 void rtt_init(struct rtt_info* rtt); argument
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.c53 calc_rto(const struct rtt_info* rtt) in calc_rto()
65 rtt_init(struct rtt_info* rtt) in rtt_init()
75 rtt_timeout(const struct rtt_info* rtt) in rtt_timeout()
81 rtt_unclamped(const struct rtt_info* rtt) in rtt_unclamped()
92 rtt_update(struct rtt_info* rtt, int ms) in rtt_update()
103 rtt_lost(struct rtt_info* rtt, int orig) in rtt_lost()
122 int rtt_notimeout(const struct rtt_info* rtt) in rtt_notimeout()
/openbsd-src/sbin/unwind/libunbound/util/
H A Drtt.h49 struct rtt_info { struct
67 void rtt_init(struct rtt_info* rtt); argument
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.c53 calc_rto(const struct rtt_info* rtt) in calc_rto()
65 rtt_init(struct rtt_info* rtt) in rtt_init()
75 rtt_timeout(const struct rtt_info* rtt) in rtt_timeout()
81 rtt_unclamped(const struct rtt_info* rtt) in rtt_unclamped()
92 rtt_update(struct rtt_info* rtt, int ms) in rtt_update()
103 rtt_lost(struct rtt_info* rtt, int orig) in rtt_lost()
122 int rtt_notimeout(const struct rtt_info* rtt) in rtt_notimeout()
/openbsd-src/sbin/unwind/libunbound/services/cache/
H A Dinfra.h82 struct rtt_info rtt;
369 * @param rtt: the rtt_info is copied into here (caller alloced return struct).
380 size_t namelen, struct rtt_info* rtt, int* delay, time_t timenow,
H A Dinfra.c740 size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow, in infra_get_host_rto()
/openbsd-src/usr.sbin/unbound/services/cache/
H A Dinfra.h82 struct rtt_info rtt;
369 * @param rtt: the rtt_info is copied into here (caller alloced return struct).
380 size_t namelen, struct rtt_info* rtt, int* delay, time_t timenow,
H A Dinfra.c740 size_t nmlen, struct rtt_info* rtt, int* delay, time_t timenow, in infra_get_host_rto()
/openbsd-src/usr.sbin/unbound/daemon/
H A Dcachedump.c735 struct rtt_info ri; in print_dp_details()
/openbsd-src/usr.sbin/unbound/testcode/
H A Dunitmain.c415 struct rtt_info r; in rtt_test()