Home
last modified time | relevance | path

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

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