Home | History | Annotate | Download | only in tests

Lines Matching refs:IpBuf_Pipe

120 int IpBuf_Pipe[2];
271 write(IpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
831 retval = pipe(IpBuf_Pipe);
861 fdmax = maxint(IpBuf_Pipe[0], OvlyBuf_Pipe[0]);
1597 FD_SET(IpBuf_Pipe[0], &rfds);
1694 if( FD_ISSET(IpBuf_Pipe[0], &rfds) ) {
1695 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1716 if( FD_ISSET(IpBuf_Pipe[0], &rfds) ) {
1717 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1719 APP_DPRINT("%d ::App: Read from IpBuf_Pipe InBufHeader %p\n",