| /third_party/node/test/parallel/ |
| D | test-dgram-multicast-set-interface.js | 7 const socket = dgram.createSocket('udp4'); constant 19 const socket = dgram.createSocket('udp4'); constant 31 const socket = dgram.createSocket('udp4'); constant 51 const socket = dgram.createSocket('udp4'); constant 65 const socket = dgram.createSocket('udp4'); constant 85 const socket = dgram.createSocket('udp6'); constant 99 const socket = dgram.createSocket('udp6'); constant 113 const socket = dgram.createSocket('udp6'); constant
|
| D | test-dgram-membership.js | 12 const socket = setup(); constant 26 const socket = setup(); constant 40 const socket = setup(); constant 53 const socket = setup(); constant 66 const socket = setup(); constant 74 const socket = setup(); constant 82 const socket = setup(); constant 95 const socket = setup(); constant 108 const socket = setup(); constant 120 const socket = setup(); constant [all …]
|
| D | test-https-agent-create-connection.js | 22 const checkRequest = (socket, server) => { argument 57 const socket = agent.createConnection(options); constant 72 const socket = agent.createConnection(port, options); constant 87 const socket = agent.createConnection(port, host, options); constant 101 const socket = agent.createConnection(port, host, options); constant 113 const socket = agent.createConnection(port, host, options); constant 128 const socket = agent.createConnection(port, host, options); constant 147 const socket = agent.createConnection(port, host, options); constant
|
| D | test-tls-socket-allow-half-open-option.js | 17 const socket = new tls.TLSSocket(new net.Socket(), { allowHalfOpen: true }); constant 28 const socket = new tls.TLSSocket(duplex, { allowHalfOpen: true }); constant 33 const socket = new tls.TLSSocket(); constant 39 const socket = new tls.TLSSocket(undefined, { allowHalfOpen: true }); constant
|
| D | test-net-socket-setnodelay.js | 14 let socket = new net.Socket({ variable 22 socket = new net.Socket({ variable 30 socket = new net.Socket({ variable 38 socket = new net.Socket({ variable 49 socket = new net.Socket({ variable
|
| D | test-dgram-socket-buffer-size.js | 41 const socket = dgram.createSocket('udp4'); constant 69 const socket = dgram.createSocket('udp4'); constant 93 const socket = dgram.createSocket('udp4'); constant 111 const socket = dgram.createSocket('udp4'); constant 139 const socket = dgram.createSocket('udp4'); constant 162 const socket = dgram.createSocket('udp4'); constant
|
| D | test-dgram-address.js | 29 const socket = dgram.createSocket('udp4'); constant 52 const socket = dgram.createSocket('udp6'); constant 76 const socket = dgram.createSocket('udp4'); constant
|
| D | test-net-onread-static-buffer.js | 9 net.createServer(common.mustCall(function(socket) { argument 33 net.createServer(common.mustCall(function(socket) { argument 60 net.createServer(common.mustCall(function(socket) { argument 91 net.createServer(common.mustCall(function(socket) { argument 125 net.createServer(common.mustCall(function(socket) { argument 157 net.createServer(common.mustCall(function(socket) { argument
|
| D | test-tls-onread-static-buffer.js | 20 tls.createServer(options, common.mustCall(function(socket) { argument 45 tls.createServer(options, common.mustCall(function(socket) { argument 73 tls.createServer(options, common.mustCall(function(socket) { argument 105 tls.createServer(options, common.mustCall(function(socket) { argument 140 tls.createServer(options, common.mustCall(function(socket) { argument 174 tls.createServer(options, common.mustCall(function(socket) { argument
|
| D | test-tls-connect-allow-half-open-option.js | 15 const socket = tls.connect({ lookup() {} }); constant 20 const socket = tls.connect({ allowHalfOpen: false, lookup() {} }); constant 48 const socket = tls.connect({ constant
|
| D | test-dns-multi-channel.js | 10 socket: dgram.createSocket('udp4'), property 14 socket: dgram.createSocket('udp4'), property 20 for (const { socket, reply } of servers) { property 45 for (const { server: { socket, reply }, resolver } of resolvers) { property
|
| D | test-dgram-setBroadcast.js | 9 const socket = dgram.createSocket('udp4'); constant 18 const socket = dgram.createSocket('udp4'); constant
|
| D | test-dgram-multicast-loopback.js | 7 const socket = dgram.createSocket('udp4'); constant 15 const socket = dgram.createSocket('udp4'); constant
|
| D | test-tls-wrap-econnreset-socket.js | 16 const socket = new net.Socket(); constant 19 tls.connect({ socket }) field
|
| D | test-tls-inception.js | 42 const a = tls.createServer(options, function(socket) { argument 58 const b = tls.createServer(options, function(socket) { argument 71 socket: socket, property
|
| /third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
| D | user_socketvar.h | 127 struct socket { struct 129 short so_type; /* (a) generic type, see socket.h */ argument 130 short so_options; /* from socket call, see socket.h */ argument 139 * If so_head is 0, socket is not related to an accept. argument 147 struct socket *so_head; /* (e) back pointer to listen socket */ argument 162 TAILQ_HEAD(, aiocblist) so_aiojobq; /* AIO ops waiting on socket */ argument 178 short sb_state; /* (c/d) socket state on sockbuf */ argument 199 … (64*1024*2) /*Aligning so->so_rcv.sb_hiwat with the receive buffer size of raw socket*/ argument 212 void (*so_upcall)(struct socket *, void *, int); argument 215 struct label *so_label; /* (b) MAC label for socket */ argument [all …]
|
| /third_party/node/lib/ |
| D | _http_server.js | 160 constructor(type, socket) { argument 224 ServerResponse.prototype.assignSocket = function assignSocket(socket) { argument 233 ServerResponse.prototype.detachSocket = function detachSocket(socket) { argument 420 function connectionListener(socket) { argument 426 function connectionListenerInternal(server, socket) { argument 521 function updateOutgoingData(socket, state, delta) { argument 526 function socketOnDrain(socket, state) { argument 555 function socketOnClose(socket, state) { argument 575 function socketOnEnd(server, socket, parser, state) { argument 596 function socketOnData(server, socket, parser, state, d) { argument [all …]
|
| /third_party/NuttX/include/nuttx/net/ |
| D | net.h | 186 struct socket struct 188 int16_t s_crefs; /* Reference count on the socket */ argument 197 sockopt_t s_options; /* Selected socket options */ argument 205 void *s_conn; /* Connection inherits from struct socket_conn_s */ argument 209 FAR const struct sock_intf_s *s_sockif; 215 struct devif_callback_s *s_sndcb;
|
| /third_party/node/test/internet/ |
| D | test-dgram-membership.js | 12 const socket = setup(); constant 19 const socket = setup(); constant 29 const socket = setup(); constant
|
| /third_party/node/deps/npm/node_modules/tunnel-agent/ |
| D | index.js | 56 self.on('free', function onFree(socket, host, port) { argument 98 self.createSocket(pending, function(socket) { argument 148 function onUpgrade(res, socket, head) { argument 155 function onConnect(res, socket, head) { argument 184 TunnelingAgent.prototype.removeSocket = function removeSocket(socket) { argument 200 TunnelingAgent.prototype.createSocket.call(self, options, function(socket) { argument 204 , socket: socket property
|
| /third_party/node/deps/npm/node_modules/socks/build/client/ |
| D | socksclient.js | 107 callback(null, { socket: sock }); property 111 resolve({ socket: sock }); property 421 this.emit('bound', { socket: this._socket, remoteHost }); property 427 this.emit('established', { socket: this._socket }); property 449 this.emit('established', { socket: this._socket, remoteHost }); property 630 this.emit('established', { socket: this._socket }); property 638 this.emit('bound', { socket: this._socket, remoteHost }); property 647 this.emit('established', { socket: this._socket, remoteHost }); property 715 this.emit('established', { socket: this._socket, remoteHost }); property
|
| /third_party/libuv/src/win/ |
| D | winsock.c | 41 static BOOL uv__get_extension_function(SOCKET socket, GUID guid, in uv__get_extension_function() 65 BOOL uv__get_acceptex_function(SOCKET socket, LPFN_ACCEPTEX* target) { in uv__get_acceptex_function() 71 BOOL uv__get_connectex_function(SOCKET socket, LPFN_CONNECTEX* target) { in uv__get_connectex_function() 270 int WSAAPI uv__wsarecv_workaround(SOCKET socket, WSABUF* buffers, in uv__wsarecv_workaround() 364 int WSAAPI uv__wsarecvfrom_workaround(SOCKET socket, WSABUF* buffers, in uv__wsarecvfrom_workaround() 461 int WSAAPI uv__msafd_poll(SOCKET socket, AFD_POLL_INFO* info_in, in uv__msafd_poll()
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | vksNetwork.cpp | 70 void Send (de::Socket* socket, const vector<u8>& buffer) in Send() 83 void RecvSome (de::Socket* socket, vector<u8>& recvb) in RecvSome() 93 void SendPayloadWithHeader (de::Socket* socket, u32 type, const std::vector<u8>& payload) in SendPayloadWithHeader() 105 vector<u8> RecvPacket (de::Socket* socket, vector<u8>& recvb, u32 type) in RecvPacket()
|
| /third_party/mesa3d/src/util/ |
| D | os_socket.c | 56 os_socket_recv(int socket, void *buffer, size_t length, int flags) in os_socket_recv() 62 os_socket_send(int socket, const void *buffer, size_t length, int flags) in os_socket_send() 104 os_socket_recv(int socket, void *buffer, size_t length, int flags) in os_socket_recv() 111 os_socket_send(int socket, const void *buffer, size_t length, int flags) in os_socket_send()
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
| D | socket.cc | 108 auto socket = in create() local 120 explicit Impl(SOCKET socket) : info(nullptr), s(socket) {} in Impl() 121 Impl(addrinfo* info, SOCKET socket) : info(info), s(socket) {} in Impl() 219 lock([&](SOCKET socket, const addrinfo*) { in Accept() 242 impl->lock([&](SOCKET socket, const addrinfo* info) { in Listen() 265 impl->lock([&](SOCKET socket, const addrinfo* info) { in Connect()
|