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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/contrib/queryparse/
H A Dqueryparse4 import dns.rrset namespace
/bind-9.11.3/lib/lwres/
H A Dgetrrset.c27 * rrset. The resource records contained in #rri_rdatas and #rri_sigs are
37 * lwres_freerrset(). rrset is a pointer to a struct rrset created by a
140 struct rrsetinfo *rrset = NULL; local
181 rrset = sane_malloc(sizeof(struct rrsetinfo));
182 if (rrset == NULL) {
186 rrset->rri_name = NULL;
187 rrset->rri_rdclass = response->rdclass;
188 rrset->rri_rdtype = response->rdtype;
189 rrset
263 lwres_freerrset(struct rrsetinfo *rrset) argument
[all...]
/bind-9.11.3/lib/dns/
H A Drootns.c299 inrrset(dns_rdataset_t *rrset, dns_rdata_t *rdata) { argument
303 result = dns_rdataset_first(rrset);
305 dns_rdataset_current(rrset, &current);
309 result = dns_rdataset_next(rrset);
453 "checkhints%s%s: unable to get root NS rrset "
464 "checkhints%s%s: unable to get root NS rrset "
H A Dupdate.c294 typedef isc_result_t rrset_func(void *data, dns_rdataset_t *rrset);
517 * Set '*exists' to true iff an rrset of the given type exists,
576 name_exists_action(void *data, dns_rdataset_t *rrset) { argument
578 UNUSED(rrset);
770 is_non_nsec_action(void *data, dns_rdataset_t *rrset) { argument
772 if (!(rrset->type == dns_rdatatype_nsec ||
773 rrset->type == dns_rdatatype_nsec3 ||
774 (rrset->type == dns_rdatatype_rrsig &&
775 (rrset->covers == dns_rdatatype_nsec ||
776 rrset
[all...]
/bind-9.11.3/bin/named/
H A Dupdate.c505 typedef isc_result_t rrset_func(void *data, dns_rdataset_t *rrset);
765 * Set '*exists' to true iff an rrset of the given type exists,
783 cname_compatibility_action(void *data, dns_rdataset_t *rrset) { argument
785 if (rrset->type != dns_rdatatype_cname &&
786 ! dns_rdatatype_isdnssec(rrset->type))
792 * Check whether there is an rrset incompatible with adding a CNAME RR,
796 * If such an incompatible rrset exists, set '*exists' to ISC_TRUE.
836 name_exists_action(void *data, dns_rdataset_t *rrset) { argument
838 UNUSED(rrset);
881 ssu_checkrule(void *data, dns_rdataset_t *rrset) { argument
[all...]

Completed in 21 milliseconds