3 references to EAFNOSUPPORT
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
50case Interop.Error.EAFNOSUPPORT:
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
25Interop.Error.EAFNOSUPPORT => SocketError.AddressFamilyNotSupported, 78SocketError.AddressFamilyNotSupported => Interop.Error.EAFNOSUPPORT,