3 references to ENOTSUP
System.Net.Ping (3)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
110
EOPNOTSUPP =
ENOTSUP
, // Operation not supported on socket.
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
68
{ Interop.Error.
ENOTSUP
, SocketError.OperationNotSupported },
116
{ SocketError.OperationNotSupported, Interop.Error.
ENOTSUP
},