Searched refs:FD_CLR (Results 1 - 3 of 3) 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
77 #undef FD_CLR macro
78 #define FD_CLR(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
154 #undef FD_CLR macro
155 #define FD_CLR(fd, set) do { \ macro
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c781 FD_CLR(fd, manager->read_fds);
783 FD_CLR(fd, manager->write_fds);

Completed in 85 milliseconds