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)
25
Interop.Error.
EAFNOSUPPORT
=> SocketError.AddressFamilyNotSupported,
78
SocketError.AddressFamilyNotSupported => Interop.Error.
EAFNOSUPPORT
,