4 references to Fcntl
System.Net.Sockets (4)
System\Net\Sockets\SafeSocketHandle.Unix.cs (2)
200
int fdFlags = Interop.Sys.
Fcntl
.GetFD(handle);
257
if (Interop.Sys.
Fcntl
.DangerousSetIsNonBlocking(handle, 0) == 0)
System\Net\Sockets\Socket.Unix.cs (1)
112
int rv = Interop.Sys.
Fcntl
.GetIsNonBlocking(handle, out nonBlocking);
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
1361
if (Interop.Sys.
Fcntl
.SetIsNonBlocking(_socket, 1) != 0)