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

/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnet.h75 * Fix the FD_SET and FD_CLR Macros to properly cast
93 #undef FD_SET macro
94 #define FD_SET(fd, set) do { \ macro
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dnet.h152 * Fix the FD_SET and FD_CLR Macros to properly cast
170 #undef FD_SET macro
171 #define FD_SET(fd, set) do { \ macro
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c407 FD_SET(fd, &reads);
420 FD_SET(fd, &writes);
425 FD_SET(fd, &reads);
H A Dsocket.c694 FD_SET(fd, manager->read_fds);
696 FD_SET(fd, manager->write_fds);
/bind-9.6-ESV-R11/bin/tests/
H A Dzone_test.c185 FD_SET(0, &rfdset);
/bind-9.6-ESV-R11/lib/lwres/
H A Dcontext.c488 FD_SET(ctx->sock, &readfds);
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1725 FD_SET(socket4, &read_fds);
1729 FD_SET(socket6, &read_fds);

Completed in 31 milliseconds