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

  /src/external/mpl/bind/dist/lib/dns/
adb.c 448 * Due to the ttlclamp(), the TTL is never 0 unless the trust is ultimate,
526 ttlclamp(dns_ttl_t ttl) { function
566 rdataset->ttl = ttlclamp(rdataset->ttl);
2685 rdataset.ttl = ttlclamp(rdataset.ttl);
2711 rdataset.ttl = ttlclamp(rdataset.ttl);
2801 resp->rdataset->ttl = ttlclamp(resp->rdataset->ttl);
2836 resp->rdataset->ttl = ttlclamp(resp->rdataset->ttl);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 550 ttlclamp(dns_ttl_t ttl) { function
1026 rdataset->ttl = ttlclamp(rdataset->ttl);
3810 rdataset.ttl = ttlclamp(rdataset.ttl);
3842 rdataset.ttl = ttlclamp(rdataset.ttl);
3953 dev->rdataset->ttl = ttlclamp(dev->rdataset->ttl);
3988 dev->rdataset->ttl = ttlclamp(dev->rdataset->ttl);

Completed in 18 milliseconds