Searched defs:nanosecs (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dzone.c3593 isc_uint32_t nanosecs; local
3626 isc_random_get(&nanosecs);
3627 nanosecs %= 1000000000;
3628 isc_time_set(&zone->resigntime, resign, nanosecs);

Completed in 308 milliseconds