3 references to ENOTSUP
System.Net.Primitives (3)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
111EOPNOTSUPP = ENOTSUP, // Operation not supported on socket.
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
54Interop.Error.ENOTSUP => SocketError.OperationNotSupported, 103SocketError.OperationNotSupported => Interop.Error.ENOTSUP,