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

/bind-9.11.3/lib/isc/win32/
H A Dunistd.h18 #define F_SETFL 0 macro
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dnet.c182 ret = fcntl(sock, F_SETFL, flags | O_NONBLOCK);
184 perf_log_fatal("fcntl(F_SETFL)");
/bind-9.11.3/lib/lwres/
H A Dcontext.c117 retval = fcntl(sd, F_SETFL, retval); \
/bind-9.11.3/lib/isc/unix/
H A Dentropy.c461 ret = fcntl(fd, F_SETFL, flags);
470 "fcntl(%d, F_SETFL, %d): %s", fd, flags,
H A Dnet.c476 ret = fcntl(fd, F_SETFL, flags);
485 "fcntl(%d, F_SETFL, %d): %s", fd, flags,
H A Dsocket.c1235 ret = fcntl(fd, F_SETFL, flags);
1244 "fcntl(%d, F_SETFL, %d): %s", fd, flags,
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c976 if (fcntl(sock, F_SETFL, flags | O_NONBLOCK) == -1) {
1144 if (fcntl(sock, F_SETFL, flags | O_NONBLOCK) == -1) {

Completed in 74 milliseconds