Home
last modified time | relevance | path

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

/external/ping/
Dping.c95 int lingertime = MAXWAIT*1000; variable
280 lingertime = atoi(optarg); in common_options()
281 if (lingertime < 0 || lingertime > INT_MAX/1000000) { in common_options()
285 lingertime *= 1000; in common_options()
320 waittime = lingertime*1000; in __schedule_exit()
420 if (oom_count*nores_interval < lingertime) in pinger()
Dping_common.h90 extern int lingertime;