3 references to EAFNOSUPPORT
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
50
case Interop.Error.
EAFNOSUPPORT
:
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
39
{ Interop.Error.
EAFNOSUPPORT
, SocketError.AddressFamilyNotSupported },
91
{ SocketError.AddressFamilyNotSupported, Interop.Error.
EAFNOSUPPORT
},