Searched refs:F_GETFL (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | unistd.h | 19 #define F_GETFL 1 macro
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | net.c | 179 flags = fcntl(sock, F_GETFL, 0); 181 perf_log_fatal("fcntl(F_GETFL)");
|
/bind-9.11.3/lib/lwres/ |
H A D | context.c | 114 retval = fcntl(sd, F_GETFL, 0); \
|
/bind-9.11.3/lib/isc/unix/ |
H A D | entropy.c | 459 flags = fcntl(fd, F_GETFL, 0);
|
H A D | net.c | 474 flags = fcntl(fd, F_GETFL, 0);
|
H A D | socket.c | 1233 flags = fcntl(fd, F_GETFL, 0);
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | perftcpdns.c | 971 flags = fcntl(sock, F_GETFL, 0); 1139 flags = fcntl(sock, F_GETFL, 0);
|
Completed in 1000 milliseconds