Home
last modified time | relevance | path

Searched refs:rtt_update (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Drtt.h96 void rtt_update(struct rtt_info* rtt, int ms);
H A Drtt.c92 rtt_update(struct rtt_info* rtt, int ms) in rtt_update() function
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c721 rtt_update(&data->rtt, roundtrip); in infra_rtt_update()