Searched refs:POLL_NETIN (Results 1 – 2 of 2) sorted by relevance
82 #define POLL_NETIN 2 macro880 pfd[POLL_NETIN].fd = net_fd; in readwrite()881 pfd[POLL_NETIN].events = POLLIN; in readwrite()889 if (pfd[POLL_STDIN].fd == -1 && pfd[POLL_NETIN].fd == -1 in readwrite()904 if (lflag && pfd[POLL_NETIN].fd == -1 in readwrite()946 if (pfd[POLL_NETIN].events & POLLIN && in readwrite()947 pfd[POLL_NETIN].revents & POLLHUP && in readwrite()948 ! (pfd[POLL_NETIN].revents & POLLIN)) in readwrite()949 pfd[POLL_NETIN].fd = -1; in readwrite()964 if (pfd[POLL_NETIN].fd != -1) in readwrite()[all …]
87 #define POLL_NETIN 2 macro803 pfd[POLL_NETIN].fd = net_fd; in readwrite()804 pfd[POLL_NETIN].events = POLLIN; in readwrite()812 if (pfd[POLL_STDIN].fd == -1 && pfd[POLL_NETIN].fd == -1 in readwrite()823 if (lflag && pfd[POLL_NETIN].fd == -1 in readwrite()860 if (pfd[POLL_NETIN].events & POLLIN && in readwrite()861 pfd[POLL_NETIN].revents & POLLHUP && in readwrite()862 ! (pfd[POLL_NETIN].revents & POLLIN)) in readwrite()863 pfd[POLL_NETIN].fd = -1; in readwrite()878 if (pfd[POLL_NETIN].fd != -1) in readwrite()[all …]