Home | History | Annotate | Download | only in tests

Lines Matching refs:IpBuf_Pipe

151 int IpBuf_Pipe[2] = {0};
274 retval = pipe(IpBuf_Pipe);
528 close (IpBuf_Pipe[0]);
529 close (IpBuf_Pipe[1]);
821 write(IpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
1332 int fdmax = maxint(IpBuf_Pipe [0], OpBuf_Pipe [0]);
1336 FD_SET (IpBuf_Pipe[0], rfds);
1359 if(FD_ISSET(IpBuf_Pipe[0], rfds)) {
1361 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1371 if(FD_ISSET(IpBuf_Pipe[0], rfds)) {
1391 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1408 if(FD_ISSET(IpBuf_Pipe[0], rfds)) {
1411 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1422 if(FD_ISSET(IpBuf_Pipe[0], rfds)) {
1424 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1451 if(FD_ISSET(IpBuf_Pipe[0], rfds)) {
1453 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1479 if(FD_ISSET(IpBuf_Pipe[0], rfds)) {
1481 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));