3 references to EPROTONOSUPPORT
System.Net.Sockets (3)
src\libraries\Common\src\System\Net\SocketProtocolSupportPal.Unix.cs (1)
27return result != Interop.Error.EAFNOSUPPORT && result != Interop.Error.EPROTONOSUPPORT;
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
72{ Interop.Error.EPROTONOSUPPORT, SocketError.ProtocolNotSupported }, 118{ SocketError.ProtocolNotSupported, Interop.Error.EPROTONOSUPPORT },