Home | History | Annotate | Download | only in dns

Lines Matching defs:trust

522 	    (header->trust == dns_trust_glue &&
1103 rdataset->trust = header->trust;
1352 (!DNS_TRUST_PENDING(dname_header->trust) ||
1761 header->trust == dns_trust_secure)
1868 (DNS_TRUST_ADDITIONAL(found->trust) &&
1870 (found->trust == dns_trust_glue &&
1872 (DNS_TRUST_PENDING(found->trust) &&
2841 dns_trust_t trust;
2846 trust = dns_trust_ultimate;
2848 trust = newheader->trust;
2918 if (trust < topheader->trust) {
2987 * Trying to add an rdataset with lower trust to a cache
2989 * stale. If the cache data is stale, new lower trust
2993 if (trust < header->trust && (ACTIVE(header, now) || header_nx))
3017 * prevents named being locked to old servers. Don't lower trust
3024 header->trust >= newheader->trust &&
3071 header->trust <= newheader->trust)
3089 header->trust >= newheader->trust &&
3419 .trust = rdataset->trust,