Searched refs:remotePort (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_smtpnet.py | 26 remotePort = 587 variable in SmtpTest 34 server = smtplib.SMTP(self.testServer, self.remotePort) 48 remotePort = 465 variable in SmtpSSLTest 53 server = smtplib.SMTP_SSL(self.testServer, self.remotePort) 70 server = smtplib.SMTP_SSL(self.testServer, self.remotePort, context=context) 76 can_verify = check_ssl_verifiy(self.testServer, self.remotePort) 83 server = smtplib.SMTP_SSL(self.testServer, self.remotePort, context=context)
|
/third_party/node/test/parallel/ |
H A D | test-net-socket-local-address.js | 15 serverRemotePorts.push(socket.remotePort);
|
H A D | test-https-close.js | 24 const key = `${connection.remoteAddress}:${connection.remotePort}`;
|
H A D | test-http-agent-scheduling.js | 10 res.end(req.socket.remotePort.toString(10));
|
H A D | test-http2-compat-socket.js | 48 assert.ok(request.socket.remotePort);
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | util.js | 364 remotePort: socket.remotePort,
|
/third_party/node/src/ |
H A D | node_dtrace.cc | 110 SLURP_INT(_##conn, remotePort, &conn.port); \
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 200 const remotePort = buff.readUInt16BE(); 205 port: remotePort,
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 635 if (socket.remotePort != null) 636 originString += `:${socket.remotePort}`; 3047 socket.remoteAddress, socket.remotePort);
|
/third_party/node/lib/ |
H A D | net.js | 897 protoGetter('remotePort', function remotePort() { 2068 data.remotePort = remoteInfo.port;
|
/third_party/node/deps/undici/ |
H A D | undici.js | 763 remotePort: socket.remotePort,
|
Completed in 20 milliseconds