Searched refs:removehd (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dkeydata_65533.h19 isc_uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
H A Dkeydata_65533.c26 isc_uint32_t refresh, addhd, removehd; local
51 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &removehd));
52 RETERR(uint32_tobuffer(removehd, target));
185 /* Skip over refresh, addhd, and removehd */
296 RETERR(uint32_tobuffer(keydata->removehd, target));
340 keydata->removehd = uint32_fromregion(&sr);
/bind-9.11.3/lib/dns/include/dns/
H A Dkeydata.h43 isc_uint32_t removehd, isc_mem_t *mctx);
/bind-9.11.3/lib/dns/
H A Dkeydata.c56 isc_uint32_t removehd, isc_mem_t *mctx)
65 keydata->removehd = removehd;
53 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.c3729 * keydata->removehd).
3746 if (key->removehd > now && key->removehd < then)
3747 then = key->removehd;
3986 if (keydata.removehd != 0) {
9246 if (keydata.removehd != 0 &&
9247 keydata.removehd <= now) {
9263 } else if (keydata.removehd == 0) {
9269 } else if (keydata.removehd <= now) {
9367 } else if (keydata.removehd
[all...]
/bind-9.11.3/contrib/scripts/
H A Dcheck5011.pl44 if ($a->{removehd} ne "19700101000000") {
45 printf " untrusted and to be removed at %s\n", ext8601 $a->{removehd};
73 removehd => $4,
/bind-9.11.3/bin/named/
H A Dserver.c13849 if (kd.removehd != 0) {
13850 isc_time_set(&t, kd.removehd, 0);

Completed in 705 milliseconds