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

/external/iputils/
H A Darping.c340 struct timeval tv, tv_s, tv_o; local
348 tv_o.tv_sec = timeout;
349 tv_o.tv_usec = 500 * 1000;
351 if (count-- == 0 || (timeout && timercmp(&tv_s, &tv_o, >)))
355 tv_o.tv_sec = 0;
357 if (last.tv_sec==0 || timercmp(&tv_s, &tv_o, >)) {

Completed in 162 milliseconds