Home
last modified time | relevance | path

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

/external/openssh/regress/
Dnetcat.c90 #define POLL_STDOUT 3 macro
805 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()
806 pfd[POLL_STDOUT].events = 0; in readwrite()
816 if (pfd[POLL_NETOUT].fd == -1 && pfd[POLL_STDOUT].fd == -1) { in readwrite()
869 if (pfd[POLL_STDOUT].revents & POLLHUP) in readwrite()
870 pfd[POLL_STDOUT].fd = -1; in readwrite()
875 if (pfd[POLL_STDOUT].fd == -1) { in readwrite()
921 pfd[POLL_STDOUT].events = POLLOUT; in readwrite()
931 if (pfd[POLL_STDOUT].revents & POLLOUT && netinbufpos > 0) { in readwrite()
932 ret = drainbuf(pfd[POLL_STDOUT].fd, netinbuf, in readwrite()
[all …]