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)
58
Interop.Error.
EPROTONOSUPPORT
=> SocketError.ProtocolNotSupported,
105
SocketError.ProtocolNotSupported => Interop.Error.
EPROTONOSUPPORT
,