Lines Matching defs:trust
43 * trust
132 dns_trust_t trust;
165 trust = 0xffff;
190 if (trust > rdataset->trust)
191 trust = rdataset->trust;
210 (unsigned char)rdataset->trust);
241 if (trust == 0xffff) {
246 * We trust that the caller wants negative caching, so this
276 * Set trust.
284 trust = dns_trust_authauthority;
286 trust = dns_trust_additional;
287 isc_buffer_putuint8(&buffer, (unsigned char)trust); /* trust */
305 INSIST(trust != 0xffff);
312 if (!secure && trust > dns_trust_answer)
313 trust = dns_trust_answer;
314 ncrdataset.trust = trust;
536 rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) {
539 raw[-1] = (unsigned char)trust;
570 dns_trust_t trust = dns_trust_none;
598 trust = isc_buffer_getuint8(&source);
599 INSIST(trust <= dns_trust_ultimate);
619 rdataset->trust = trust;
643 dns_trust_t trust = dns_trust_none;
684 trust = isc_buffer_getuint8(&source);
685 INSIST(trust <= dns_trust_ultimate);
721 rdataset->trust = trust;
741 dns_trust_t trust;
769 trust = isc_buffer_getuint8(&source);
770 INSIST(trust <= dns_trust_ultimate);
795 rdataset->trust = trust;