Searched refs:POLL_NETOUT (Results 1 – 1 of 1) sorted by relevance
66 #define POLL_NETOUT 1 macro1117 pfd[POLL_NETOUT].fd = net_fd; in readwrite()1118 pfd[POLL_NETOUT].events = 0; in readwrite()1178 pfd[POLL_NETOUT].fd = -1; in readwrite()1184 if (pfd[POLL_NETOUT].fd == -1) in readwrite()1205 pfd[POLL_NETOUT].events = POLLOUT; in readwrite()1215 pfd[POLL_NETOUT].events = POLLIN; in readwrite()1217 pfd[POLL_NETOUT].events = POLLOUT; in readwrite()1219 pfd[POLL_NETOUT].fd = -1; in readwrite()1222 pfd[POLL_NETOUT].events = 0; in readwrite()[all …]