Home | History | Annotate | Download | only in tests

Lines Matching refs:IpBuf_Pipe

139 int IpBuf_Pipe[2] = {0};
318 write(IpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
545 retval = pipe(IpBuf_Pipe);
558 int fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
935 FD_SET(IpBuf_Pipe[0], &rfds);
957 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
959 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
970 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
972 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1092 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1094 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1105 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1107 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1137 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1139 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1319 close(IpBuf_Pipe[0]);
1320 close(IpBuf_Pipe[1]);