Home
last modified time | relevance | path

Searched defs:localPort (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/sequential/
Dtest-net-connect-local-error.js12 localPort: common.PORT + 1, property
19 localPort: common.PORT + 3, property
Dtest-net-localport.js16 localPort: common.PORT, property
Dtest-https-connect-localport.js27 localPort: common.PORT, property
/third_party/node/test/parallel/
Dtest-net-client-bind-twice.js17 localPort: server2.address().port property
Dtest-net-localerror.js43 localPort: 'foobar', property
/third_party/node/lib/
Dnet.js763 protoGetter('localPort', function localPort() { function
879 self, address, port, addressType, localAddress, localPort, flags) { argument