OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lingertime
(Results
1 - 3
of
3
) sorted by null
/external/iputils/
ping_common.c
29
int
lingertime
= MAXWAIT*1000;
variable
385
lingertime
= atoi(optarg);
386
if (
lingertime
< 0 ||
lingertime
> INT_MAX/1000000) {
390
lingertime
*= 1000;
427
waittime =
lingertime
*1000;
548
if (oom_count*nores_interval <
lingertime
)
ping_common.h
147
extern int
lingertime
;
RELNOTES
439
So, retry for a finite time... let is be
lingertime
. Fair? Me.
Completed in 222 milliseconds