Lines Matching refs:net
8 const net = require('net');
20 net.connect(cloneOptions(0), getConnectCb(0)),
21 net.connect(cloneOptions(1))
23 net.createConnection(cloneOptions(2), getConnectCb(2)),
24 net.createConnection(cloneOptions(3))
26 new net.Socket(getSocketOpt(4)).connect(getConnectOpt(4), getConnectCb(4)),
27 new net.Socket(getSocketOpt(5)).connect(getConnectOpt(5))
39 const prefix = path.relative('.', `${common.PIPE}-net-connect-options-fd`);
44 const server = net.createServer()