Lines Matching refs:req
38 function checkWrap(req) {
39 assert.ok(typeof req === 'object');
53 const req = dns.resolve4(
60 checkWrap(req);
75 const req = dns.reverse(
82 checkWrap(req);
93 const req = dns.lookup(
100 checkWrap(req);
111 const req = dns.lookup(
118 checkWrap(req);
129 const req = dns.lookup(addresses.INET4_HOST, {
136 checkWrap(req);
149 const req = dns.lookup(addresses.INET4_HOST, {
156 checkWrap(req);
167 const req = dns.lookup('127.0.0.1',
173 checkWrap(req);
184 const req = dns.lookup('localhost', 4,
190 checkWrap(req);
209 const req = dns.lookup(
218 checkWrap(req);
230 const req = dns.lookupService(
238 checkWrap(req);