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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcomm.c50 static struct connection *fd_table; variable in typeref:struct:connection
62 if (fd_table[i].fd == fd)
68 fd_table[i] = fd_table[fds_in_use];
69 fd_table[fds_in_use].fd = -1;
77 * fd_table. If the table is full and we get a new descriptor via
81 * things and clean up fd_table. The same happens for any read/write errors.
98 FD_SET(fd_table[i].fd, &readfds);
99 if (maxfd < fd_table[i].fd)
100 maxfd = fd_table[
[all...]

Completed in 108 milliseconds