HomeSort by: relevance | last modified time | path
    Searched defs:srtt (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
rtt.h 51 int srtt; member in struct:rtt_info
  /src/sys/nfs/
nfsrtt.h 65 int srtt; /* Ave Round Trip Time */ member in struct:rttl
  /src/external/mpl/bind/dist/lib/dns/include/dns/
adb.h 209 unsigned int srtt; /*%< [rw] microsecs */ member in struct:dns_adbaddrinfo
467 *\li The srtt in addr will be updated to reflect the new global
468 * srtt value. This may include changes made by others.
485 *\li The srtt in addr will be updated to reflect the new global
486 * srtt value. This may include changes made by others.
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
adb.h 224 unsigned int srtt; /*%< [rw] microsecs */ member in struct:dns_adbaddrinfo
549 *\li The srtt in addr will be updated to reflect the new global
550 * srtt value. This may include changes made by others.
567 *\li The srtt in addr will be updated to reflect the new global
568 * srtt value. This may include changes made by others.
  /src/external/mpl/bind/dist/lib/dns/
adb.c 224 atomic_uint srtt; member in struct:dns_adbentry
1058 .srtt = isc_random_uniform(0x1f) + 1,
1201 .srtt = atomic_load(&entry->srtt),
2415 ";\t%s [srtt %u] [flags %08x] [edns %u/%u] "
2417 addrbuf, atomic_load(&entry->srtt), atomic_load(&entry->flags),
2486 " srtt %u addr %s\n",
2487 ai->entry, ai->flags, ai->srtt, tmpp);
3027 new_srtt = (uint64_t)atomic_load(&addr->entry->srtt) *
3030 atomic_store(&addr->entry->srtt, new_srtt)
    [all...]
resolver.c 1183 if (query->addrinfo->srtt > 800000) {
1185 } else if (query->addrinfo->srtt > 400000) {
1187 } else if (query->addrinfo->srtt > 200000) {
1189 } else if (query->addrinfo->srtt > 100000) {
1191 } else if (query->addrinfo->srtt > 50000) {
1193 } else if (query->addrinfo->srtt > 25000) {
1209 rtt = query->addrinfo->srtt + (value & mask);
1940 unsigned int srtt; local
1947 srtt = addrinfo->srtt;
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 243 unsigned int srtt; member in struct:dns_adbentry
1884 e->srtt = (isc_random_uniform(0x1f)) + 1;
2048 ai->srtt = entry->srtt;
3568 ";\t%s [srtt %u] [flags %08x] [edns %u/%u/%u/%u/%u] "
3570 addrbuf, entry->srtt, entry->flags, entry->edns, entry->to4096,
3652 " srtt %u addr %s\n",
3653 ai->entry, ai->flags, ai->srtt, tmpp);
4229 new_srtt = addr->entry->srtt;
4231 new_srtt -= addr->entry->srtt;
    [all...]
resolver.c 1362 if (query->addrinfo->srtt > 800000) {
1364 } else if (query->addrinfo->srtt > 400000) {
1366 } else if (query->addrinfo->srtt > 200000) {
1368 } else if (query->addrinfo->srtt > 100000) {
1370 } else if (query->addrinfo->srtt > 50000) {
1372 } else if (query->addrinfo->srtt > 25000) {
1388 rtt = query->addrinfo->srtt + (value & mask);
2105 unsigned int srtt; local
2114 srtt = addrinfo->srtt;
    [all...]

Completed in 189 milliseconds