Home
last modified time | relevance | path

Searched refs:isIPv4 (Results 1 - 8 of 8) sorted by relevance

/third_party/node/test/internet/
H A Dtest-dns-ipv4.js10 const isIPv4 = net.isIPv4;
47 assert.ok(isIPv4(res[i]));
87 assert.ok(net.isIPv4(res.address));
105 assert.ok(net.isIPv4(res.address));
123 assert.ok(net.isIPv4(res.address));
141 assert.ok(net.isIPv4(res.address));
199 assert.ok(isIPv4(ip.address));
H A Dtest-dns-any.js13 const isIPv4 = net.isIPv4;
24 assert.ok(isIPv4(r.address));
H A Dtest-dns.js31 const isIPv4 = net.isIPv4;
95 assert.ok(isIPv4(item.address));
612 if (isIPv4(ip.address))
/third_party/node/lib/internal/
H A Dnet.js31 function isIPv4(s) { function
46 if (isIPv4(s)) return 4;
72 isIPv4,
/third_party/node/deps/npm/node_modules/socks/build/common/
H A Dhelpers.js147 if (net.isIPv4(ip)) {
/third_party/node/test/common/
H A Dreport.js154 assert.strictEqual(net.isIPv4(iface.address), true);
155 assert.strictEqual(net.isIPv4(iface.netmask), true);
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js162 if (net.isIPv4(options.remoteHost.host)) {
403 if (net.isIPv4(this.options.destination.host)) {
611 if (net.isIPv4(this.options.destination.host)) {
/third_party/node/lib/
H A Dnet.js50 isIPv4,
2333 isIPv4: isIPv4,

Completed in 5 milliseconds