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

  /external/ping/
ping_common.h 111 extern int pipesize;
169 if ((int)diff+1 > pipesize)
170 pipesize = (int)diff+1;
ping.c 120 int pipesize = -1; variable
396 if ((preload < screen_width && pipesize < screen_width) ||
888 if (pipesize > 1)
889 printf(", pipe %d", pipesize);
    [all...]

Completed in 166 milliseconds