Searched refs:nextstop (Results 1 – 1 of 1) sorted by relevance
45 struct timeval nextstop; in ares_timeout() local77 nextstop.tv_sec = ioffset/1000; in ares_timeout()78 nextstop.tv_usec = (ioffset%1000)*1000; in ares_timeout()80 if (!maxtv || ares__timedout(maxtv, &nextstop)) in ares_timeout()82 *tvbuf = nextstop; in ares_timeout()