Searched refs:rtt_info (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/usr.sbin/unbound/util/ |
H A D | rtt.h | 49 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 D | rtt.c | 53 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 D | rtt.h | 49 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 D | rtt.c | 53 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 D | infra.h | 82 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 D | infra.c | 740 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 D | infra.h | 82 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 D | infra.c | 740 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 D | cachedump.c | 735 struct rtt_info ri; in print_dp_details()
|
/openbsd-src/usr.sbin/unbound/testcode/ |
H A D | unitmain.c | 415 struct rtt_info r; in rtt_test()
|