Home
last modified time | relevance | path

Searched refs:POLL_NETIN (Results 1 – 1 of 1) sorted by relevance

/external/openssh/regress/
Dnetcat.c86 #define POLL_NETIN 2 macro
793 pfd[POLL_NETIN].fd = net_fd; in readwrite()
794 pfd[POLL_NETIN].events = POLLIN; in readwrite()
802 if (pfd[POLL_STDIN].fd == -1 && pfd[POLL_NETIN].fd == -1 in readwrite()
813 if (lflag && pfd[POLL_NETIN].fd == -1 in readwrite()
850 if (pfd[POLL_NETIN].events & POLLIN && in readwrite()
851 pfd[POLL_NETIN].revents & POLLHUP && in readwrite()
852 ! (pfd[POLL_NETIN].revents & POLLIN)) in readwrite()
853 pfd[POLL_NETIN].fd = -1; in readwrite()
868 if (pfd[POLL_NETIN].fd != -1) in readwrite()
[all …]