Searched refs:rto (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
H A Drtt.c53 int rto = rtt->srtt + 4*rtt->rttvar; local
54 if(rto < RTT_MIN_TIMEOUT)
55 rto = RTT_MIN_TIMEOUT;
56 if(rto > RTT_MAX_TIMEOUT)
57 rto = RTT_MAX_TIMEOUT;
58 return rto;
66 rtt->rto = calc_rto(rtt);
74 return rtt->rto;
80 if(calc_rto(rtt) != rtt->rto) {
82 return rtt->rto;
[all...]
H A Drtt.h55 int rto; member in struct:rtt_info
/freebsd-13-stable/contrib/unbound/services/cache/
H A Dinfra.c449 int old = ((struct infra_data*)e->data)->rtt.rto;
464 ((struct infra_data*)e->data)->rtt.rto
559 if(data->rtt.rto >= RTT_MAX_TIMEOUT)
562 data->rtt.rto = RTT_MAX_TIMEOUT-1000;
575 int rto = 1; local
592 data->rtt.rto = orig_rtt;
620 if(data->rtt.rto > 0)
621 rto = data->rtt.rto;
626 return rto;
[all...]
/freebsd-13-stable/contrib/unbound/daemon/
H A Dcachedump.c717 int lame, dlame, rlame, rto, edns_vs, to, delay, local
735 if(entry_ttl == -2 && ri.rto >= USEFUL_SERVER_TOP_TIMEOUT) {
736 if(!ssl_printf(ssl, "expired, rto %d msec, tA %d "
737 "tAAAA %d tother %d.\n", ri.rto, tA, tAAAA,
752 LDNS_RR_TYPE_A, &lame, &dlame, &rlame, &rto,
762 rlame?"NoAuthButRecursive ":"", rto, entry_ttl,
H A Dremote.c2459 if(d->rtt.rto >= USEFUL_SERVER_TOP_TIMEOUT) {
2460 if(!ssl_printf(a->ssl, "%s %s expired rto %d\n", ip_str,
2461 name, d->rtt.rto)) {
2468 if(!ssl_printf(a->ssl, "%s %s ttl %lu ping %d var %d rtt %d rto %d "
2472 d->rtt.srtt, d->rtt.rttvar, rtt_notimeout(&d->rtt), d->rtt.rto,
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server.c1416 int rto, i; local
1453 rto = 3;
1455 rto *= 2;
1456 if (rto >= 20) {
1457 rto = 20;
1464 rto, retransCount);
1466 return rto;
/freebsd-13-stable/crypto/openssl/apps/
H A Dcms.c1176 STACK_OF(GENERAL_NAMES) *rto, *rlist;
1193 &rlist, &rto);
1210 gnames_stack_print(rto);
/freebsd-13-stable/sys/netinet/
H A Dsctp_uio.h922 struct sctp_rto_log rto; member in union:sctp_cwnd_log::__anon15374
1218 uint32_t rto; /* sctpAssocLocalRemEntry 5 */ member in struct:xsctp_raddr
H A Dsctp_sysctl.c500 xraddr.rto = net->RTO;
H A Dsctputil.c128 sctp_clog.x.rto.net = (void *)net;
129 sctp_clog.x.rto.rtt = net->rtt / 1000;

Completed in 186 milliseconds