OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipesize
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
ping_common.h
171
extern int
pipesize
;
242
if ((int)diff+1 >
pipesize
)
243
pipesize
= (int)diff+1;
ping_common.c
56
int
pipesize
= -1;
variable
524
if ((preload < screen_width &&
pipesize
< screen_width) ||
1051
if (
pipesize
> 1) {
1052
printf("%spipe %d", comma,
pipesize
);
Completed in 43 milliseconds