Searched defs:dname (Results 1 - 9 of 9) sorted by relevance
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | dname_39.h | 20 dns_name_t dname; member in struct:dns_rdata_dname
|
H A D | dname_39.c | 123 dns_rdata_dname_t *dname = source; local 128 REQUIRE(dname->common.rdtype == type); 129 REQUIRE(dname->common.rdclass == rdclass); 134 dns_name_toregion(&dname->dname, ®ion); 141 dns_rdata_dname_t *dname = target; local 148 dname->common.rdclass = rdata->rdclass; 149 dname->common.rdtype = rdata->type; 150 ISC_LINK_INIT(&dname->common, link); 155 dns_name_init(&dname 163 dns_rdata_dname_t *dname = source; local [all...] |
/bind-9.11.3/lib/dns/ |
H A D | lookup.c | 183 dns_rdata_dname_t dname; local 288 result = dns_rdata_tostruct(&rdata, &dname, NULL); 298 result = dns_name_concatenate(prefix, &dname.dname, 300 dns_rdata_freestruct(&dname);
|
H A D | client.c | 830 dns_rdata_dname_t dname; local 985 tresult = dns_rdata_tostruct(&rdata, &dname, NULL); 997 tresult = dns_name_concatenate(prefix, &dname.dname, 999 dns_rdata_freestruct(&dname);
|
H A D | adb.c | 1409 dns_rdata_dname_t dname; local 1421 result = dns_rdata_tostruct(&rdata, &dname, NULL); 1432 result = dns_name_concatenate(prefix, &dname.dname, new_target, 1434 dns_rdata_freestruct(&dname);
|
H A D | resolver.c | 6319 dns_rdata_dname_t dname; local 6347 result = dns_rdata_tostruct(&rdata, &dname, NULL); 6355 result = dns_name_concatenate(&prefix, &dname.dname, tname, 6914 dns_name_t *aname = NULL, *cname = NULL, *dname = NULL; local 6950 * dname. 6991 * and any previously found dname. 7009 dname = name; 7020 if (dname != NULL) { 7146 } else if (dname ! [all...] |
/bind-9.11.3/bin/named/ |
H A D | zoneconf.c | 213 const cfg_obj_t *dname = cfg_tuple_get(stmt, "name"); local 262 str = cfg_obj_asstring(dname);
|
H A D | query.c | 6581 dns_rdata_dname_t dname; local 8327 result = dns_rdata_tostruct(&rdata, &dname, NULL); 8333 dns_name_clone(&dname.dname, tname); 8334 dns_rdata_freestruct(&dname); 8337 * <found name prefix>.<dname target> 8369 * <old qname> <dname ttl> CNAME <new qname> 8370 * with <dname trust value>
|
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 1644 const cfg_obj_t *dname = cfg_tuple_get(stmt, "name"); local 1674 str = cfg_obj_asstring(dname); 1677 cfg_obj_log(dname, logctx, ISC_LOG_ERROR,
|
Completed in 88 milliseconds