HomeSort by relevance Sort by last modified time
    Searched refs:pipesize (Results 1 - 2 of 2) sorted by null

  /external/ping/
ping_common.h 117 extern int pipesize;
175 if ((int)diff+1 > pipesize)
176 pipesize = (int)diff+1;
ping_common.c 52 int pipesize = -1; variable
328 if ((preload < screen_width && pipesize < screen_width) ||
821 if (pipesize > 1)
822 printf(", pipe %d", pipesize);

Completed in 85 milliseconds