HomeSort by: relevance | last modified time | path
    Searched defs:removehd (Results 1 - 6 of 6) 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/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

Completed in 34 milliseconds