Home | History | Annotate | Download | only in dns

Lines Matching defs:trust

2168 	rdataset->trust = header->trust;
2556 dns_trust_t trust;
2568 trust = dns_trust_ultimate;
2570 trust = newheader->trust;
2652 if (trust < topheader->trust) {
2722 * Trying to add an rdataset with lower trust to a cache
2724 * stale. If the cache data is stale, new lower trust
2728 if (rbtversion == NULL && trust < header->trust &&
2829 * prevents named being locked to old servers. Don't lower trust
2836 !newheader_nx && header->trust >= newheader->trust &&
2884 !newheader_nx && header->trust <= newheader->trust)
2902 header->trust >= newheader->trust &&
3346 .trust = rdataset->trust,
3561 newheader->trust = 0;