Searched refs:srtt (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctp_cc_functions.c146 uint32_t srtt; local
148 srtt = net->lastsa;
153 if (srtt == 0) {
154 srtt = 1;
163 ((uint64_t) srtt *
672 uint32_t srtt; local
689 srtt = net->lastsa;
690 if (srtt > 0) {
693 t_ucwnd_sbw += (uint64_t) net->cwnd / (uint64_t) srtt;
695 (((uint64_t) net->mtu) * (uint64_t) srtt);
1004 uint32_t srtt; local
1886 uint32_t srtt = net->lastsa >> SCTP_RTT_SHIFT; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dadb.h219 unsigned int srtt; /*%< [rw] microseconds */ member in struct:dns_adbaddrinfo
534 * (where srtt is the existing rtt value, and rtt and factor are arguments to
555 *\li The srtt in addr will be updated to reflect the new global
556 * srtt value. This may include changes made by others.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dadb.c245 unsigned int srtt; member in struct:dns_adbentry
1760 e->srtt = (r & 0x1f) + 1;
1921 ai->srtt = entry->srtt;
3371 fprintf(f, ";\t%s [srtt %u] [flags %08x]",
3372 addrbuf, entry->srtt, entry->flags);
3430 " srtt %u addr %s\n",
3431 ai->entry, ai->flags, ai->srtt, tmpp);
3952 new_srtt = addr->entry->srtt * 98 / 100;
3954 new_srtt = (addr->entry->srtt / 1
[all...]
H A Dresolver.c860 rtt = query->addrinfo->srtt + 200000;
1367 unsigned int srtt; local
1374 srtt = addrinfo->srtt;
1380 if (ISFORWARDER(addrinfo) && srtt < 1000000)
1381 srtt = 1000000;
1383 fctx_setretryinterval(fctx, srtt);
2417 if (curr->srtt < best->srtt)
2452 if (addrinfo->srtt < bestaddrinf
[all...]

Completed in 124 milliseconds