Searched refs:F_DUPFD (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dunistd.h25 #undef F_DUPFD macro
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c2659 #ifdef F_DUPFD
2666 newfd = fcntl(sock->fd, F_DUPFD, manager->reserved);
2674 newfd = fcntl(sock->fd, F_DUPFD, 20);
3587 #ifdef F_DUPFD
3593 newfd = fcntl(fd, F_DUPFD, 20);

Completed in 793 milliseconds