Lines Matching defs:connect
107 const kConnectOptions = Symbol('connect-options');
567 // 4. no socket, one will be created with net.Socket().connect
619 'ref', 'unref', 'open', 'bind', 'listen', 'connect', 'bind6',
937 socket.once('connect', () => {
939 this.emit('connect');
943 // Assume `tls.connect()`
1081 this.once('connect', this._start);
1261 // either (i) reject the client or (ii) allow the client to connect as an
1614 // let s = tls.connect({port: 8000, host: "google.com"}, function() {
1726 exports.connect = function connect(...args) {
1783 // connectivity. If we created one internally, we connect it.
1788 tlssock.connect(options, tlssock._start);