Home
last modified time | relevance | path

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

/external/iputils/
Dping_common.c29 int lingertime = MAXWAIT*1000; variable
385 lingertime = atoi(optarg); in common_options()
386 if (lingertime < 0 || lingertime > INT_MAX/1000000) { in common_options()
390 lingertime *= 1000; in common_options()
427 waittime = lingertime*1000; in __schedule_exit()
548 if (oom_count*nores_interval < lingertime) in pinger()
Dping_common.h147 extern int lingertime;
DRELNOTES439 So, retry for a finite time... let is be lingertime. Fair? Me.