Searched refs:fd_array (Results 1 – 2 of 2) sorted by relevance
702 …ULONG fd_array[(NX_BSD_MAX_SOCKETS + 31)/32]; /* Bit map of SOCKET Descriptors. … member
8808 if ((fdset -> fd_array[index] & (((ULONG) 1) << fd)) == 0) in NX_BSD_FD_SET()8812 fdset -> fd_array[index] = fdset -> fd_array[index] | (((ULONG) 1) << fd); in NX_BSD_FD_SET()8888 if (fdset -> fd_array[index] & (((ULONG) 1) << fd)) in NX_BSD_FD_CLR()8892 fdset -> fd_array[index] = fdset -> fd_array[index] & ~(((ULONG) 1) << fd); in NX_BSD_FD_CLR()8967 if (fdset -> fd_array[index] & (((ULONG) 1) << fd)) in NX_BSD_FD_ISSET()9036 fdset -> fd_array[i] = 0; in NX_BSD_FD_ZERO()