Home
last modified time | relevance | path

Searched refs:clientIPv6 (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/sequential/
Dtest-net-connect-local-error.js45 const clientIPv6 = net.connect(optionsIPv6); constant
46 clientIPv6.on('error', common.mustCall((err) => onError(err, optionsIPv6)));