Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/nc/
H A Dnetcat.c76 #define POLL_NETIN 2 macro
1085 pfd[POLL_NETIN].fd = net_fd; in readwrite()
1086 pfd[POLL_NETIN].events = POLLIN; in readwrite()
1094 if (pfd[POLL_STDIN].fd == -1 && pfd[POLL_NETIN].fd == -1 && in readwrite()
1105 if (lflag && pfd[POLL_NETIN].fd == -1 && in readwrite()
1142 if (pfd[POLL_NETIN].events & POLLIN && in readwrite()
1143 pfd[POLL_NETIN].revents & POLLHUP && in readwrite()
1144 !(pfd[POLL_NETIN].revents & POLLIN)) in readwrite()
1145 pfd[POLL_NETIN].fd = -1; in readwrite()
1160 if (pfd[POLL_NETIN].fd != -1) in readwrite()
[all …]