Searched refs:POLL_NETIN (Results 1 – 1 of 1) sorted by relevance
89 #define POLL_NETIN 2 macro801 pfd[POLL_NETIN].fd = net_fd; in readwrite()802 pfd[POLL_NETIN].events = POLLIN; in readwrite()810 if (pfd[POLL_STDIN].fd == -1 && pfd[POLL_NETIN].fd == -1 in readwrite()821 if (lflag && pfd[POLL_NETIN].fd == -1 in readwrite()858 if (pfd[POLL_NETIN].events & POLLIN && in readwrite()859 pfd[POLL_NETIN].revents & POLLHUP && in readwrite()860 ! (pfd[POLL_NETIN].revents & POLLIN)) in readwrite()861 pfd[POLL_NETIN].fd = -1; in readwrite()876 if (pfd[POLL_NETIN].fd != -1) in readwrite()[all …]