HomeSort by: relevance | last modified time | path
    Searched defs:ds_ttl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
keymgr.c 1598 dns_ttl_t ds_ttl = dns_kasp_dsttl(kasp); local
1599 ds_ttl += dns_kasp_parentpropagationdelay(kasp);
1600 if ((syncpub + ds_ttl) <= now) {
  /src/external/mpl/bind/dist/lib/dns/
keymgr.c 1751 dns_ttl_t ds_ttl = dns_kasp_dsttl(kasp); local
1752 ds_ttl += dns_kasp_parentpropagationdelay(kasp);
1753 if ((syncpub + ds_ttl) <= now) {

Completed in 53 milliseconds