Home | History | Annotate | Download | only in tests

Lines Matching refs:IpBuf_Pipe

278 int IpBuf_Pipe[2] = {0};
437 write(IpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
616 retval = pipe(IpBuf_Pipe);
634 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
1106 FD_SET(IpBuf_Pipe[0], &rfds);
1143 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1145 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1535 eError = close (IpBuf_Pipe[0]);
1538 APP_DPRINT("%d :: Error while closing IpBuf_Pipe[0]\n",__LINE__);
1541 eError = close (IpBuf_Pipe[1]);
1544 APP_DPRINT("%d :: Error while closing IpBuf_Pipe[1]\n",__LINE__);