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

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c273 struct timespec dreport; /* the date of next reporting */ variable in typeref:struct:timespec
1628 dreport.tv_sec += report;
2230 dreport.tv_sec = boot.tv_sec + report;
2231 dreport.tv_nsec = boot.tv_nsec;
2294 ((dreport.tv_sec < now.tv_sec) ||
2295 ((dreport.tv_sec == now.tv_sec) &&
2296 (dreport.tv_nsec < now.tv_nsec))))

Completed in 11 milliseconds