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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dadb.h217 unsigned int srtt; /*%< [rw] microseconds */ member in struct:dns_adbaddrinfo
526 * (where srtt is the existing rtt value, and rtt and factor are arguments to
547 *\li The srtt in addr will be updated to reflect the new global
548 * srtt value. This may include changes made by others.
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c822 rtt = query->addrinfo->srtt + 200000;
1320 unsigned int srtt; local
1327 srtt = addrinfo->srtt;
1328 if (ISFORWARDER(addrinfo) && srtt < 1000000)
1329 srtt = 1000000;
1331 fctx_setretryinterval(fctx, srtt);
2398 ai->srtt >>= 10; /* convert to milliseconds, near enough */
2399 ai->srtt |= (ai->srtt
[all...]
H A Dadb.c243 unsigned int srtt; member in struct:dns_adbentry
1419 e->srtt = (r & 0x1f) + 1;
1565 ai->srtt = entry->srtt;
2867 fprintf(f, ";\t%s [srtt %u] [flags %08x]",
2868 addrbuf, entry->srtt, entry->flags);
2926 " srtt %u addr %s\n",
2927 ai->entry, ai->flags, ai->srtt, tmpp);
3428 new_srtt = addr->entry->srtt * 98 / 100;
3430 new_srtt = (addr->entry->srtt / 1
[all...]

Completed in 62 milliseconds