4 references to EAFNOSUPPORT
System.Net.Ping (4)
src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
50case Interop.Error.EAFNOSUPPORT:
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)
39{ Interop.Error.EAFNOSUPPORT, SocketError.AddressFamilyNotSupported }, 91{ SocketError.AddressFamilyNotSupported, Interop.Error.EAFNOSUPPORT },