Searched refs:us (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c324 isc_uint64_t us; local
327 us = isc_time_microdiff(&when, &now);
328 if (us == 0)
330 tv.tv_sec = us / 1000000;
331 tv.tv_usec = us % 1000000;
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c229 * us from pounding constantly on a particular set of
231 * us useful responses, but are responding in such a
1277 unsigned int us; local
1284 us = 800000;
1286 us = (800000 << (fctx->restarts - 2));
1296 if (us < rtt)
1297 us = rtt;
1302 if (us > 10000000)
1303 us = 10000000;
1305 seconds = us / 100000
[all...]

Completed in 20 milliseconds