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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dkeydata_65533.h24 uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
H A Dkeydata_65533.c32 uint32_t refresh, addhd, removehd; local
57 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &removehd));
58 RETERR(uint32_tobuffer(removehd, target));
206 /* Skip over refresh, addhd, and removehd */
315 RETERR(uint32_tobuffer(keydata->removehd, target));
362 keydata->removehd = uint32_fromregion(&sr);
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dkeydata_65533.h23 uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
H A Dkeydata_65533.c32 uint32_t refresh, addhd, removehd; local
57 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &removehd));
58 RETERR(uint32_tobuffer(removehd, target));
206 /* Skip over refresh, addhd, and removehd */
315 RETERR(uint32_tobuffer(keydata->removehd, target));
362 keydata->removehd = uint32_fromregion(&sr);
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dkeydata.h47 uint32_t refresh, uint32_t addhd, uint32_t removehd,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dkeydata.h48 uint32_t refresh, uint32_t addhd, uint32_t removehd,
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dkeydata.c55 uint32_t refresh, uint32_t addhd, uint32_t removehd,
64 keydata->removehd = removehd;
54 dns_keydata_fromdnskey(dns_rdata_keydata_t *keydata, dns_rdata_dnskey_t *dnskey, uint32_t refresh, uint32_t addhd, uint32_t removehd, isc_mem_t *mctx) argument
H A Dzone.c4138 * keydata->removehd).
4156 if (key->removehd > now && key->removehd < then) {
4157 then = key->removehd;
4391 if (keydata.removehd != 0) {
10645 if (keydata.removehd != 0 &&
10646 keydata.removehd <= now)
10664 } else if (keydata.removehd == 0) {
10671 } else if (keydata.removehd <= now) {
10781 } else if (keydata.removehd
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dkeydata.c55 uint32_t refresh, uint32_t addhd, uint32_t removehd,
64 keydata->removehd = removehd;
54 dns_keydata_fromdnskey(dns_rdata_keydata_t *keydata, dns_rdata_dnskey_t *dnskey, uint32_t refresh, uint32_t addhd, uint32_t removehd, isc_mem_t *mctx) argument
H A Dzone.c4109 * keydata->removehd).
4127 if (key->removehd > now && key->removehd < then) {
4128 then = key->removehd;
4344 if (keydata.removehd != 0) {
10651 if (keydata.removehd != 0 &&
10652 keydata.removehd <= now)
10670 } else if (keydata.removehd == 0) {
10676 } else if (keydata.removehd <= now) {
10785 } else if (keydata.removehd
[all...]
/netbsd-current/external/mpl/bind/dist/contrib/scripts/
H A Dcheck5011.pl55 if ($a->{removehd} ne "19700101000000") {
56 printf " untrusted and to be removed at %s\n", ext8601 $a->{removehd};
84 removehd => $4,
/netbsd-current/external/mpl/dhcp/bind/include/dns/
H A Drdatastruct.h2484 uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
/netbsd-current/external/mpl/bind/include/dns/
H A Drdatastruct.h2238 uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dserver.c16257 if (kd.removehd != 0) {
16258 isc_time_set(&t, kd.removehd, 0);

Completed in 502 milliseconds