Lines Matching refs:port
43 socket.on('message', common.mustCall((msg, { address, port }) => {
55 }), port, address);
60 resolver.setServers([`127.0.0.1:${socket.address().port}`]);
81 port: ipv4Server.address().port,
117 const port = ipv4Server.address().port;
121 port,
129 assert.strictEqual(error.message, `connect ECONNREFUSED ::1:${port}`);
131 assert.strictEqual(error.message, `connect EAFNOSUPPORT ::1:${port} - Local (undefined:undefined)`);
138 assert.strictEqual(error.message, `connect EADDRNOTAVAIL ::1:${port} - Local (:::0)`);