Searched refs:addhd (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dkeydata_65533.h26 isc_uint32_t addhd; /* Hold-down timer for adding */ member in struct:dns_rdata_keydata
H A Dkeydata_65533.c32 isc_uint32_t refresh, addhd, removehd; local
51 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &addhd));
52 RETERR(uint32_tobuffer(addhd, target));
159 /* Skip over refresh, addhd, and removehd */
231 RETERR(uint32_tobuffer(keydata->addhd, target));
273 keydata->addhd = uint32_fromregion(&sr);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dkeydata.h50 isc_uint32_t refresh, isc_uint32_t addhd,
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dkeydata.c63 isc_uint32_t refresh, isc_uint32_t addhd,
72 keydata->addhd = addhd;
61 dns_keydata_fromdnskey(dns_rdata_keydata_t *keydata, dns_rdata_dnskey_t *dnskey, isc_uint32_t refresh, isc_uint32_t addhd, isc_uint32_t removehd, isc_mem_t *mctx) argument
H A Dzone.c2698 * of the set (current timer, keydata->refresh, keydata->addhd,
2712 if (key->addhd > now && key->addhd < then)
2713 then = key->addhd;
2960 if (now < keydata.addhd) {
7521 initializing = initializing && ISC_TF(keydata.addhd == 0);
7529 } else if (now < keydata.addhd) {
7534 keydata.addhd = now + MONTH;
7537 } else if (keydata.addhd == 0) {
7538 keydata.addhd
[all...]

Completed in 144 milliseconds