Home
last modified time | relevance | path

Searched defs:FD_SET (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/telnet/
H A Dfdset.h40 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1<<(n))) macro
/dragonfly/lib/libssh/openbsd-compat/
H A Dopenbsd-compat.h346 # define FD_SET(n, set) kludge_FD_SET(n, set) macro
/dragonfly/sys/sys/
H A D_fd_set.h62 #define FD_SET(n, p) \ macro
/dragonfly/usr.bin/top/
H A Dtop.c82 #define FD_SET(f, x) (*(x) = 1<<f) macro
/dragonfly/libexec/telnetd/
H A Ddefs.h117 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1<<(n))) macro
/dragonfly/lib/libc/isc/
H A Deventlib_p.h204 #define FD_SET(fd, maskp) \ macro