Home | History | Annotate | Download | only in nc

Lines Matching refs:POLLOUT

981 		pfd.events = POLLOUT;
1172 pfd[POLL_STDIN].events = POLLOUT;
1177 pfd[POLL_NETOUT].events = POLLOUT;
1183 if (pfd[POLL_NETOUT].revents & POLLOUT && stdinbufpos > 0) {
1189 pfd[POLL_NETOUT].events = POLLOUT;
1206 pfd[POLL_NETIN].events = POLLOUT;
1216 pfd[POLL_STDOUT].events = POLLOUT;
1226 if (pfd[POLL_STDOUT].revents & POLLOUT && netinbufpos > 0) {
1232 pfd[POLL_STDOUT].events = POLLOUT;
1348 pfd.events = POLLOUT;