Searched refs:POLL_NETIN (Results 1 – 1 of 1) sorted by relevance
67 #define POLL_NETIN 2 macro1121 pfd[POLL_NETIN].fd = net_fd; in readwrite()1122 pfd[POLL_NETIN].events = POLLIN; in readwrite()1130 if (pfd[POLL_STDIN].fd == -1 && pfd[POLL_NETIN].fd == -1 && in readwrite()1137 if (lflag && pfd[POLL_NETIN].fd == -1 && in readwrite()1170 if (pfd[POLL_NETIN].events & POLLIN && in readwrite()1171 pfd[POLL_NETIN].revents & POLLHUP && in readwrite()1172 !(pfd[POLL_NETIN].revents & POLLIN)) in readwrite()1173 pfd[POLL_NETIN].fd = -1; in readwrite()1188 if (pfd[POLL_NETIN].fd != -1) in readwrite()[all …]