Lines Matching refs:port
77 http.get({ port: server.address().port });
90 connectedUdpSocket.connect(udpSocket.address().port);
236 const port = child_data.tcp_address.port;
237 if (handle.localEndpoint.port === port) {
243 } else if (handle.remoteEndpoint.port === port) {
254 assert.strictEqual(handle.localEndpoint.port,
255 child_data.udp_address.port);
258 assert.strictEqual(handle.remoteEndpoint.port,
259 child_data.udp_address.port);