HomeSort by: relevance | last modified time | path
    Searched refs:removehd (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
keydata_65533.h 23 uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
keydata_65533.c 32 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 */
312 RETERR(uint32_tobuffer(keydata->removehd, target));
360 keydata->removehd = uint32_fromregion(&sr);
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
keydata_65533.h 24 uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
keydata_65533.c 32 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);
  /src/external/mpl/bind/dist/lib/dns/include/dns/
keydata.h 47 uint32_t refresh, uint32_t addhd, uint32_t removehd,
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
keydata.h 48 uint32_t refresh, uint32_t addhd, uint32_t removehd,
  /src/external/mpl/bind/dist/lib/dns/
keydata.c 55 uint32_t refresh, uint32_t addhd, uint32_t removehd,
64 keydata->removehd = removehd;
zone.c 4190 * keydata->removehd).
4207 if (key->removehd > now && key->removehd < then) {
4208 then = key->removehd;
4438 if (keydata.removehd != 0) {
10614 if (keydata.removehd != 0 &&
10615 keydata.removehd <= now)
10633 } else if (keydata.removehd == 0) {
10640 } else if (keydata.removehd <= now) {
10750 } else if (keydata.removehd == 0)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
keydata.c 55 uint32_t refresh, uint32_t addhd, uint32_t removehd,
64 keydata->removehd = removehd;
zone.c 4109 * 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 == 0)
    [all...]
  /src/external/mpl/bind/dist/contrib/scripts/
check5011.pl 55 if ($a->{removehd} ne "19700101000000") {
56 printf " untrusted and to be removed at %s\n", ext8601 $a->{removehd};
84 removehd => $4,
  /src/external/mpl/bind/include/dns/
rdatastruct.h 2370 uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 2484 uint32_t removehd; /* Hold-down timer for removing */ member in struct:dns_rdata_keydata
  /src/external/mpl/bind/dist/bin/named/
server.c 16319 if (kd.removehd != 0) {
16320 isc_time_set(&t, kd.removehd, 0);

Completed in 62 milliseconds