Searched defs:rrset (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dgetrrset.c36 * rrset. The resource records contained in #rri_rdatas and #rri_sigs are
46 * lwres_freerrset(). rrset is a pointer to a struct rrset created by a
149 struct rrsetinfo *rrset = NULL; local
190 rrset = sane_malloc(sizeof(struct rrsetinfo));
191 if (rrset == NULL) {
195 rrset->rri_name = NULL;
196 rrset->rri_rdclass = response->rdclass;
197 rrset->rri_rdtype = response->rdtype;
198 rrset
272 lwres_freerrset(struct rrsetinfo *rrset) argument
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Drootns.c300 inrrset(dns_rdataset_t *rrset, dns_rdata_t *rdata) { argument
304 result = dns_rdataset_first(rrset);
306 dns_rdataset_current(rrset, &current);
310 result = dns_rdataset_next(rrset);
454 "checkhints%s%s: unable to get root NS rrset "
465 "checkhints%s%s: unable to get root NS rrset "
/bind-9.6-ESV-R11/bin/named/
H A Dupdate.c442 typedef isc_result_t rrset_func(void *data, dns_rdataset_t *rrset);
665 * Set '*exists' to true iff an rrset of the given type exists,
722 cname_compatibility_action(void *data, dns_rdataset_t *rrset) { argument
724 if (rrset->type != dns_rdatatype_cname &&
725 ! dns_rdatatype_isdnssec(rrset->type))
731 * Check whether there is an rrset incompatible with adding a CNAME RR,
735 * If such an incompatible rrset exists, set '*exists' to ISC_TRUE.
775 name_exists_action(void *data, dns_rdataset_t *rrset) { argument
777 UNUSED(rrset);
814 ssu_checkrule(void *data, dns_rdataset_t *rrset) { argument
1517 is_non_nsec_action(void *data, dns_rdataset_t *rrset) argument
[all...]

Completed in 1629 milliseconds