3 references to EFAULT
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (1)
46
case Interop.Error.
EFAULT
:
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
34
Interop.Error.
EFAULT
=> SocketError.Fault,
85
SocketError.Fault => Interop.Error.
EFAULT
,