| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 835 dns_rdataset_t nsrrset; member in struct:dns_nsfetch 21895 dns_rdataset_t *nsrrset = NULL; local 21908 nsrrset = &nsfetch->nsrrset; 21948 if (!dns_rdataset_isassociated(nsrrset)) { 21964 if (nsrrset->trust < dns_trust_secure) { 21967 nsrrset->trust); 21973 zone->parent_nscount = dns_rdataset_count(nsrrset); 21978 for (result = dns_rdataset_first(nsrrset); result == ISC_R_SUCCESS; 21979 result = dns_rdataset_next(nsrrset)) [all...] |
| resolver.c | 467 dns_rdataset_t nsrrset; member in struct:fetchctx 4722 dns_rdataset_init(&fctx->nsrrset); 7338 frdataset = resp->rdataset; /* a.k.a. fctx->nsrrset */ 7435 &fctx->nsrrset, NULL, &fctx->nsfetch); 9912 &fctx->nsrrset, NULL, &fctx->nsfetch);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 387 dns_rdataset_t nsrrset; member in struct:fetchctx 5265 dns_rdataset_init(&fctx->nsrrset); 7738 resume_dslookup, fctx, &fctx->nsrrset, NULL, 7741 * fevent->rdataset (a.k.a. fctx->nsrrset) must not be 10079 fctx, &fctx->nsrrset, NULL, &fctx->nsfetch);
|