Searched refs:POLL_NETIN (Results 1 – 1 of 1) sorted by relevance
76 #define POLL_NETIN 2 macro1085 pfd[POLL_NETIN].fd = net_fd; in readwrite()1086 pfd[POLL_NETIN].events = POLLIN; in readwrite()1094 if (pfd[POLL_STDIN].fd == -1 && pfd[POLL_NETIN].fd == -1 && in readwrite()1105 if (lflag && pfd[POLL_NETIN].fd == -1 && in readwrite()1142 if (pfd[POLL_NETIN].events & POLLIN && in readwrite()1143 pfd[POLL_NETIN].revents & POLLHUP && in readwrite()1144 !(pfd[POLL_NETIN].revents & POLLIN)) in readwrite()1145 pfd[POLL_NETIN].fd = -1; in readwrite()1160 if (pfd[POLL_NETIN].fd != -1) in readwrite()[all …]