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

  /external/ltp/tools/netpipe-2.4/
netpipe.h 104 void RecvRepeat(ArgStruct *p, int *rpt);
MPI.c 129 void RecvRepeat(ArgStruct * p, int *rpt)
PVM.c 181 void RecvRepeat(ArgStruct * p, int *rpt)
TCP.c 254 void RecvRepeat(ArgStruct * p, int *rpt)
261 printf("NetPIPE: read failed in RecvRepeat: errno=%d\n", errno);
265 "NetPIPE: partial read in RecvRepeat of %d bytes\n",
netpipe.c 273 RecvRepeat(&args, &nrepeat);
  /external/ltp/tools/netpipe-2.4-ipv6/
netpipe.h 105 void RecvRepeat(ArgStruct *p, int *rpt);
MPI.c 129 void RecvRepeat(ArgStruct * p, int *rpt)
PVM.c 181 void RecvRepeat(ArgStruct * p, int *rpt)
TCP.c 281 void RecvRepeat(ArgStruct * p, int *rpt)
288 printf("NetPIPE: read failed in RecvRepeat: errno=%d\n", errno);
292 "NetPIPE: partial read in RecvRepeat of %d bytes\n",
netpipe.c 325 RecvRepeat(&args, &nrepeat);

Completed in 1839 milliseconds