2 references to Socket
System.Net.Sockets (2)
src\libraries\Common\src\System\Net\SocketProtocolSupportPal.Unix.cs (1)
25
Interop.Error result = Interop.Sys.
Socket
((int)af, DgramSocketType, 0, &socket);
System\Net\Sockets\SocketPal.Unix.cs (1)
65
Interop.Error error = Interop.Sys.
Socket
((int)addressFamily, (int)socketType, (int)protocolType, &fd);