Searched defs:private (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | private.c | 19 #include <dns/private.h> 32 * If neither NSEC/NSEC3PARAM RRsets exist at the origin and the private 52 * Note: we 'belt-and-braces' here by also checking for a CREATE private 64 dns_rdata_t private = DNS_RDATA_INIT; local 67 dns_rdataset_current(privateset, &private); 68 if (!dns_nsec3param_fromprivate(&private, &rdata, 157 dns_rdata_t private = DNS_RDATA_INIT; local 160 dns_rdataset_current(&privateset, &private); 161 if (!dns_nsec3param_fromprivate(&private, &rdata, 187 dns_rdata_t private local 247 dns_rdata_t private = DNS_RDATA_INIT; local 290 dns_private_totext(dns_rdata_t *private, isc_buffer_t *buf) argument [all...] |
H A D | nsec3.c | 1082 dns_rdata_t private = DNS_RDATA_INIT; local 1091 dns_nsec3param_toprivate(&rdata, &private, privatetype, 1097 CHECK(rr_exists(db, ver, origin, &private, &flag)); 1101 origin, 0, &private,
|
H A D | resolver.c | 119 fetch, fetch->private, \ 120 fetch->private->info, (m)) 409 fetchctx_t * private; member in struct:dns_fetch 4204 fetch->private = fctx; 7401 dns_name_copy(&fctx->nsfetch->private->domain, domain, NULL); 7414 &fctx->nsfetch->private->nameservers)) { 7416 &fctx->nsfetch->private->nameservers, 9553 fctx = fetch->private; 9604 fctx = fetch->private; 9648 fctx = fetch->private; [all...] |
H A D | zone.c | 55 #include <dns/private.h> 3488 * Find private-type records at the zone apex which signal that an NSEC3 chain 3530 * Get the RRset containing all private-type records at the zone apex. 3547 dns_rdata_t private = DNS_RDATA_INIT; local 3549 dns_rdataset_current(&rdataset, &private); 3551 * Try extracting NSEC3PARAM RDATA from this private-type 3552 * record. Failure means this private-type record does not 3555 if (!dns_nsec3param_fromprivate(&private, &rdata, buf, 3565 * private-type record to zone_addnsec3chain() so that 6217 * for the private par 7115 dns_rdata_t private = DNS_RDATA_INIT; local 14428 dns_rdata_t private = DNS_RDATA_INIT; local 14466 dns_rdata_t private = DNS_RDATA_INIT; local [all...] |
/bind-9.11.3/lib/dns/tests/ |
H A D | private_test.c | 22 #include <dns/private.h> 53 make_signing(signing_testcase_t *testcase, dns_rdata_t *private, argument 56 dns_rdata_init(private); 63 private->data = buf; 64 private->length = len; 65 private->type = privatetype; 66 private->rdclass = dns_rdataclass_in; 70 make_nsec3(nsec3_testcase_t *testcase, dns_rdata_t *private, argument 111 dns_rdata_init(private); 113 dns_nsec3param_toprivate(&nsec3param, private, privatetyp 127 dns_rdata_t private; local 170 dns_rdata_t private; local [all...] |
/bind-9.11.3/bin/named/ |
H A D | update.c | 32 #include <dns/private.h> 1890 dns_rdata_t private = DNS_RDATA_INIT; local 1894 if (!dns_nsec3param_fromprivate(&private, &rdata, 2165 * Create a private-type record to signal that 2872 "attempt to add a private type "
|
Completed in 78 milliseconds