Home
last modified time | relevance | path

Searched defs:Socket (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/doc/api/
Ddgram.md47 ### Event: `'close'`
55 ### Event: `'connect'`
63 ### Event: `'error'`
73 ### Event: `'listening'`
84 ### Event: `'message'`
105 ### `socket.addMembership(multicastAddress[, multicastInterface])`
140 ### `socket.addSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface])`
160 ### `socket.address()`
173 ### `socket.bind([port][, address][, callback])`
230 ### `socket.bind(options[, callback])`
[all …]
Dnet.md540 ### `new net.Socket([options])`
563 ### Event: `'close'`
573 ### Event: `'connect'`
581 ### Event: `'data'`
594 ### Event: `'drain'`
603 ### Event: `'end'`
619 ### Event: `'error'`
629 ### Event: `'lookup'`
646 ### Event: `'ready'`
655 ### Event: `'timeout'`
[all …]
/third_party/pulseaudio/src/daemon/systemd/user/
Dpulseaudio.socket5 [Socket] section
6 Priority=6
7 Backlog=5
8 ListenStream=%t/pulse/native
/third_party/node/test/parallel/
Dtest-net-connect-call-socket-connect.js21 const Socket = net.Socket; constant
25 Socket.prototype.connect = common.mustCall(function() { class
Dtest-http2-respond-with-file-connection-abort.js28 net.Socket.prototype.destroy.call(client.socket); class in net
Dtest-net-persistent-nodelay.js16 const Socket = net.Socket; constant
Dtest-stdout-stderr-reading.js9 net.Socket.prototype.read = function() { class in net
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp28 Socket::Socket(SOCKET socket) in Socket() function in sw::Socket
33 Socket::Socket(const char *address, const char *port) in Socket() function in sw::Socket
DSocket.hpp27 class Socket class
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp28 Socket::Socket(SOCKET socket) : socket(socket) in Socket() function in sw::Socket
32 Socket::Socket(const char *address, const char *port) in Socket() function in sw::Socket
DSocket.hpp27 class Socket class
/third_party/libnl/python/doc/
Dcore.rst183 Socket chapter
/third_party/jerryscript/jerry-debugger/
Djerry_client_tcp.py21 class Socket(object): class
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dntddpcm.h48 USHORT Socket; member
71 USHORT Socket; member
/third_party/mingw-w64/mingw-w64-headers/include/
Discsidsc.h114 USHORT Socket; member
120 USHORT Socket; member
258 USHORT Socket; member
266 USHORT Socket; member
274 USHORT Socket; member
284 USHORT Socket; member
Dstm.h17 UCHAR Socket[2]; member
Datalkwsh.h68 UCHAR Socket; member
Dtraffic.h115 USHORT Socket; member
Dtdi.h399 UCHAR Socket; member
415 USHORT Socket; member
455 USHORT Socket; member
/third_party/node/lib/
Ddgram.js98 function Socket(type, listener) { class
1051 Socket field
Dnet.js281 function Socket(options) { class
1791 Socket, property
/third_party/python/Modules/
Doverlapped.c451 SOCKET Socket; in overlapped_BindLocal() local
1318 SOCKET Socket; in Overlapped_DisconnectEx() local
1359 SOCKET Socket; in Overlapped_TransmitFile() local
/third_party/boost/boost/asio/detail/
Dnull_socket_service.hpp479 Socket&, endpoint_type*, boost::system::error_code& ec) in accept() argument
488 void async_accept(implementation_type&, Socket&, endpoint_type*, in async_accept() argument
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto228 message Socket { message
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_windows.cc747 static ares_socket_t Socket(int af, int type, int protocol, void* user_data) { in Socket() function in grpc_core::SockToPolledFdMap

12