Lines Matching refs:port
137 function runClient(prefix, port, options, cb) {
144 const args = ['s_client', '-connect', `127.0.0.1:${port}`];
242 function runTest(port, testIndex) {
309 runClient(`${prefix}${clientIndex} `, port, options, function() {
319 server.listen(port, function() {
320 port = server.address().port;
322 console.error(`${prefix}TLS server running on port ${port}`);
328 runClient(`${prefix}${i} `, port, tcase.clients[i], function() {