Home
last modified time | relevance | path

Searched defs:socket1 (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-cluster-dgram-reuse.js24 const socket1 = dgram.createSocket(options); constant
Dtest-cluster-dgram-ipv6only.js26 const socket1 = dgram.createSocket({ constant
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc506 SocketWrapper socket1(&loop); in TEST_F() local
519 SocketWrapper socket1(&loop); in TEST_F() local
532 SocketWrapper socket1(&loop); in TEST_F() local
545 SocketWrapper socket1(&loop); in TEST_F() local
588 SocketWrapper socket1(&loop); in TEST_F() local
/third_party/node/test/known_issues/
Dtest-dgram-bind-shared-ports-after-port-0.js50 const socket1 = dgram.createSocket('udp4', () => {}); constant
/third_party/node/test/sequential/
Dtest-dgram-bind-shared-ports.js76 const socket1 = dgram.createSocket('udp4', common.mustNotCall()); constant