Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-dns-resolveany.js24 minttl: 60 property
Dtest-dns.js377 minttl: 3333333333 property
399 minttl: 3333333333 property
/third_party/node/test/common/
Ddns.js144 rr.minttl = buffer.readUInt32BE(trailerOffset + 16);
269 rr.serial, rr.refresh, rr.retry, rr.expire, rr.minttl,
/third_party/node/deps/cares/src/lib/
Dares_parse_soa_reply.c151 soa->minttl = DNS__32BIT(aptr + 4 * 4); in ares_parse_soa_reply()
Dares_data.c244 ptr->data.soa_reply.minttl = 0; in ares_malloc_data()
/third_party/node/test/internet/
Dtest-dns.js368 assert.strictEqual(typeof result.minttl, 'number');
369 assert.ok((result.minttl >= 0) && (result.minttl < 2147483647));
Dtest-dns-any.js72 assert.strictEqual(typeof r.minttl, 'number');
/third_party/node/doc/api/
Ddns.md485 minttl: 60 } ]
672 * `minttl`
684 minttl: 3600
1149 minttl: 60 } ]
1268 * `minttl`
1280 minttl: 3600
/third_party/cares/include/
Dares.h587 unsigned int minttl; member
/third_party/node/deps/cares/include/
Dares.h597 unsigned int minttl; member
/third_party/node/src/
Dcares_wrap.cc596 const unsigned int minttl = ReadUint32BE(ptr + 4 * 4); in ParseSoaReply() local
620 Integer::NewFromUnsigned(env->isolate(), minttl)).Check(); in ParseSoaReply()
1349 env->isolate(), soa_out->minttl)).Check(); in Parse()