Home
last modified time | relevance | path

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

/third_party/node/test/internet/
Dtest-trace-events-dns.js31 'resolve6': 'dns.resolve6("example.com", (err, res) => {});', property
/third_party/node/lib/internal/dns/
Dutils.js299 Resolver.prototype.resolve6 = resolveMap.AAAA = resolver('queryAaaa'); method in Resolver