Home
last modified time | relevance | path

Searched defs:remoteHost (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js434 const remoteHost = { variable
443 this.emit('bound', { remoteHost, socket: this.socket }); property
465 const remoteHost = { variable
471 this.emit('established', { remoteHost, socket: this.socket }); property
654 remoteHost = { variable
673 remoteHost = { variable
687 remoteHost = { variable
698 this.emit('established', { remoteHost, socket: this.socket }); property
706 this.emit('bound', { remoteHost, socket: this.socket }); property
716 remoteHost, property
[all …]
/third_party/node/deps/npm/node_modules/socks/build/common/
Dhelpers.js104 function isValidSocksRemoteHost(remoteHost) { argument