Searched refs:allsock (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dinetd.c298 int maxsock; /* max fd# in allsock, -1: unknown */
313 fd_set allsock; member in struct:globals
339 #define allsock (G.allsock ) macro
453 FD_CLR(fd, &allsock);
461 FD_SET(fd, &allsock);
478 if (FD_ISSET(fd, &allsock))
1173 readable = allsock; /* struct copy */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dinetd.c298 int maxsock; /* max fd# in allsock, -1: unknown */
313 fd_set allsock; member in struct:globals
339 #define allsock (G.allsock ) macro
453 FD_CLR(fd, &allsock);
461 FD_SET(fd, &allsock);
478 if (FD_ISSET(fd, &allsock))
1173 readable = allsock; /* struct copy */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dinetd.c298 int maxsock; /* max fd# in allsock, -1: unknown */
313 fd_set allsock; member in struct:globals
339 #define allsock (G.allsock ) macro
453 FD_CLR(fd, &allsock);
461 FD_SET(fd, &allsock);
478 if (FD_ISSET(fd, &allsock))
1173 readable = allsock; /* struct copy */

Completed in 172 milliseconds