Searched refs:nextstop (Results 1 – 1 of 1) sorted by relevance
40 struct timeval nextstop; in ares_timeout() local66 nextstop.tv_sec = min_offset/1000; in ares_timeout()67 nextstop.tv_usec = (min_offset%1000)*1000; in ares_timeout()73 if (min_offset != -1 && (!maxtv || ares__timedout(maxtv, &nextstop))) in ares_timeout()75 *tvbuf = nextstop; in ares_timeout()