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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c93 fd_set ding1; /* for select loop */ member in struct:globals
107 #define ding1 (G.ding1 ) macro
523 either find it or do your own bit-bashing: *ding1 |= (1 << fd), etc... */
524 FD_SET(netfd, &ding1); /* global: the net is open */
533 while (FD_ISSET(netfd, &ding1)) { /* i.e. till the *net* closes! */
539 ding2 = ding1; /* FD_COPY ain't portable... */
558 if (!FD_ISSET(0, &ding1))
576 FD_CLR(netfd, &ding1); /* net closed, we'll finish up... */
596 FD_CLR(0, &ding1); /* disabl
[all...]

Completed in 27 milliseconds