Searched defs:FD_ISSET (Results 1 - 6 of 6) sorted by relevance

/external/c-ares/
H A Dares_nowarn.h41 # undef FD_ISSET macro
42 # define FD_ISSET(a,b) aresx_FD_ISSET((a),(b)) macro
/external/curl/lib/
H A Dwarnless.h99 # undef FD_ISSET macro
100 # define FD_ISSET(a,b) curlx_FD_ISSET((a),(b)) macro
/external/openssh/openbsd-compat/
H A Dopenbsd-compat.h316 /* _FORTIFY_SOURCE breaks FD_ISSET(n)/FD_SET(n) for n > FD_SETSIZE. Avoid. */
323 # undef FD_ISSET macro
325 # define FD_ISSET(n, set) kludge_FD_ISSET(n, set) macro
/external/syslinux/gpxe/src/include/gpxe/
H A Dposix_io.h71 FD_ISSET ( int fd, fd_set *set ) { function
/external/iputils/
H A Dtraceroute6.c284 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS))) macro
/external/syslinux/core/lwip/src/include/lwip/
H A Dsockets.h295 #define FD_ISSET(n,p) ((p)->fd_bits[(n)/8] & (1 << ((n) & 7))) macro

Completed in 581 milliseconds