Home | History | Annotate | Download | only in tests

Lines Matching refs:IpBuf_Pipe

344 int IpBuf_Pipe[2];
500 write(IpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
685 retval = pipe(IpBuf_Pipe);
704 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
1291 FD_SET(IpBuf_Pipe[0], &rfds);
1326 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1328 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1679 eError = close (IpBuf_Pipe[0]);
1682 APP_DPRINT("%d :: Error while closing IpBuf_Pipe[0]\n",__LINE__);
1685 eError = close (IpBuf_Pipe[1]);
1688 APP_DPRINT("%d :: Error while closing IpBuf_Pipe[1]\n",__LINE__);