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