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

/external/iputils/
H A Darping.c340 struct timeval tv, tv_s, tv_o; local
347 timersub(&tv, &start, &tv_s);
351 if (count-- == 0 || (timeout && timercmp(&tv_s, &tv_o, >)))
354 timersub(&tv, &last, &tv_s);
357 if (last.tv_sec==0 || timercmp(&tv_s, &tv_o, >)) {

Completed in 153 milliseconds