Home | History | Annotate | Download | only in ping

Lines Matching full:lingertime

93 int lingertime = MAXWAIT*1000;
278 lingertime = atoi(optarg);
279 if (lingertime < 0 || lingertime > INT_MAX/1000000) {
283 lingertime *= 1000;
318 waittime = lingertime*1000;
418 if (oom_count*nores_interval < lingertime)