Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/nc/
Dnetcat.c67 #define POLL_NETIN 2 macro
1121 pfd[POLL_NETIN].fd = net_fd; in readwrite()
1122 pfd[POLL_NETIN].events = POLLIN; in readwrite()
1130 if (pfd[POLL_STDIN].fd == -1 && pfd[POLL_NETIN].fd == -1 && in readwrite()
1137 if (lflag && pfd[POLL_NETIN].fd == -1 && in readwrite()
1170 if (pfd[POLL_NETIN].events & POLLIN && in readwrite()
1171 pfd[POLL_NETIN].revents & POLLHUP && in readwrite()
1172 !(pfd[POLL_NETIN].revents & POLLIN)) in readwrite()
1173 pfd[POLL_NETIN].fd = -1; in readwrite()
1188 if (pfd[POLL_NETIN].fd != -1) in readwrite()
[all …]