3 references to EPROTONOSUPPORT
System.Net.Ping (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)
58Interop.Error.EPROTONOSUPPORT => SocketError.ProtocolNotSupported, 105SocketError.ProtocolNotSupported => Interop.Error.EPROTONOSUPPORT,