Searched refs:connSet (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpmanager.c213 fd_set connSet; local
246 FD_ZERO(&connSet);
248 FD_SET(hostSocket, &connSet);
254 FD_SET(hostSocket, &connSet);
259 FD_SET(sig_fd, &connSet);
263 if (select(max_fd + 1, &connSet, NULL, NULL, NULL) != -1) break;
270 if (FD_ISSET(sig_fd, &connSet)) { /* SIGCHLD */
281 if (FD_ISSET(hostSocket, &connSet)) { /* A call came! */
400 } /* FD_ISSET(hostSocket, &connSet) */
H A Dpptpctrl.c443 fd_set connSet; /* fd_set for select() */ local
462 FD_ZERO(&connSet);
463 FD_SET(clientSocket, &connSet);
468 while (select(clientSocket + 1, &connSet, NULL, NULL, &tv) == 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pptpd/
H A Dpptpmanager.c204 fd_set connSet; local
237 FD_ZERO(&connSet);
239 FD_SET(hostSocket, &connSet);
245 FD_SET(hostSocket, &connSet);
250 FD_SET(sig_fd, &connSet);
254 if (select(max_fd + 1, &connSet, NULL, NULL, NULL) != -1) break;
261 if (FD_ISSET(sig_fd, &connSet)) { /* SIGCHLD */
269 if (FD_ISSET(hostSocket, &connSet)) { /* A call came! */
388 } /* FD_ISSET(hostSocket, &connSet) */
H A Dpptpctrl.c473 fd_set connSet; /* fd_set for select() */ local
492 FD_ZERO(&connSet);
493 FD_SET(clientSocket, &connSet);
498 while (select(clientSocket + 1, &connSet, NULL, NULL, &tv) == 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpmanager.c213 fd_set connSet; local
246 FD_ZERO(&connSet);
248 FD_SET(hostSocket, &connSet);
254 FD_SET(hostSocket, &connSet);
259 FD_SET(sig_fd, &connSet);
263 if (select(max_fd + 1, &connSet, NULL, NULL, NULL) != -1) break;
270 if (FD_ISSET(sig_fd, &connSet)) { /* SIGCHLD */
281 if (FD_ISSET(hostSocket, &connSet)) { /* A call came! */
400 } /* FD_ISSET(hostSocket, &connSet) */
H A Dpptpctrl.c443 fd_set connSet; /* fd_set for select() */ local
462 FD_ZERO(&connSet);
463 FD_SET(clientSocket, &connSet);
468 while (select(clientSocket + 1, &connSet, NULL, NULL, &tv) == 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpmanager.c213 fd_set connSet; local
246 FD_ZERO(&connSet);
248 FD_SET(hostSocket, &connSet);
254 FD_SET(hostSocket, &connSet);
259 FD_SET(sig_fd, &connSet);
263 if (select(max_fd + 1, &connSet, NULL, NULL, NULL) != -1) break;
270 if (FD_ISSET(sig_fd, &connSet)) { /* SIGCHLD */
281 if (FD_ISSET(hostSocket, &connSet)) { /* A call came! */
400 } /* FD_ISSET(hostSocket, &connSet) */
H A Dpptpctrl.c443 fd_set connSet; /* fd_set for select() */ local
462 FD_ZERO(&connSet);
463 FD_SET(clientSocket, &connSet);
468 while (select(clientSocket + 1, &connSet, NULL, NULL, &tv) == 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pptpd/
H A Dpptpmanager.c204 fd_set connSet; local
237 FD_ZERO(&connSet);
239 FD_SET(hostSocket, &connSet);
245 FD_SET(hostSocket, &connSet);
250 FD_SET(sig_fd, &connSet);
254 if (select(max_fd + 1, &connSet, NULL, NULL, NULL) != -1) break;
261 if (FD_ISSET(sig_fd, &connSet)) { /* SIGCHLD */
269 if (FD_ISSET(hostSocket, &connSet)) { /* A call came! */
388 } /* FD_ISSET(hostSocket, &connSet) */
H A Dpptpctrl.c473 fd_set connSet; /* fd_set for select() */ local
492 FD_ZERO(&connSet);
493 FD_SET(clientSocket, &connSet);
498 while (select(clientSocket + 1, &connSet, NULL, NULL, &tv) == 1) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pptpd/
H A Dpptpmanager.c204 fd_set connSet; local
237 FD_ZERO(&connSet);
239 FD_SET(hostSocket, &connSet);
245 FD_SET(hostSocket, &connSet);
250 FD_SET(sig_fd, &connSet);
254 if (select(max_fd + 1, &connSet, NULL, NULL, NULL) != -1) break;
261 if (FD_ISSET(sig_fd, &connSet)) { /* SIGCHLD */
269 if (FD_ISSET(hostSocket, &connSet)) { /* A call came! */
388 } /* FD_ISSET(hostSocket, &connSet) */
H A Dpptpctrl.c473 fd_set connSet; /* fd_set for select() */ local
492 FD_ZERO(&connSet);
493 FD_SET(clientSocket, &connSet);
498 while (select(clientSocket + 1, &connSet, NULL, NULL, &tv) == 1) {

Completed in 254 milliseconds