HomeSort by relevance Sort by last modified time
    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) ||
1046 if (pipesize > 1) {
1047 printf("%spipe %d", comma, pipesize);

Completed in 145 milliseconds