3 references to EPROTONOSUPPORT
System.Net.Ping (3)
src\libraries\Common\src\System\Net\SocketProtocolSupportPal.Unix.cs (1)
27
return 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
},