OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domain_dname
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/bsd/nsd/dist/
namedb.c
42
table->region, dname,
domain_dname
(parent)->label_count + 1);
271
region_recycle(db->domains->region,
domain_dname
(domain),
272
dname_total_size(
domain_dname
(domain)));
390
domain_dname
(*closest_encloser),
393
while (label_match_count <
domain_dname
(*closest_encloser)->label_count) {
433
assert(
domain_dname
(closest_encloser)->label_count < dname->label_count);
456
if (label_compare(dname_name(
domain_dname
(result)),
458
&& dname_compare(
domain_dname
(result),
459
domain_dname
(closest_encloser->wildcard_child_closest_match)) > 0)
465
} while (
domain_dname
(closest_encloser)->label_count < dname->label_count)
[
all
...]
rrl.c
247
*d = dname_name(
domain_dname
(query->zone->apex));
248
*d_len =
domain_dname
(query->zone->apex)->name_size;
254
*d = dname_name(
domain_dname
(query->zone->apex));
255
*d_len =
domain_dname
(query->zone->apex)->name_size;
260
*d = dname_name(
domain_dname
(query->delegation_domain));
261
*d_len =
domain_dname
(query->delegation_domain)->name_size;
279
*d = dname_name(
domain_dname
(query->wildcard_domain));
280
*d_len =
domain_dname
(query->wildcard_domain)->name_size;
285
*d = dname_name(
domain_dname
(query->zone->apex));
286
*d_len =
domain_dname
(query->zone->apex)->name_size
[
all
...]
namedb.h
294
domain_dname
(domain_type* domain)
function
339
{ return dname_is_subdomain(
domain_dname
(d1),
domain_dname
(d2)); }
342
{ return dname_to_string(
domain_dname
(domain), NULL); }
345
{ return dname_to_string_buf(
domain_dname
(domain), NULL, buf); }
ixfrcreate.c
128
if(!spool_dname(out,
domain_dname
(domain)))
153
if(!spool_dname(out,
domain_dname
(zone->apex))) {
198
ixfrcr->zone_name_len =
domain_dname
(zone->apex)->name_size;
205
memmove(ixfrcr->zone_name, dname_name(
domain_dname
(zone->apex)),
390
(void*)dname_name(
domain_dname
(domain)),
391
domain_dname
(domain)->name_size, tp, kl, ttl,
403
(void*)dname_name(
domain_dname
(domain)),
404
domain_dname
(domain)->name_size,
545
(void*)dname_name(
domain_dname
(domain)),
546
domain_dname
(domain)->name_size, tp, kl
[
all
...]
query.c
121
offset += label_length(dname_name(
domain_dname
(domain))) + 1;
871
dname_compare(
domain_dname
(answer->rrsets[j]->rrs[0]->owner), from_name) == 0 &&
873
dname_compare(
domain_dname
(rdata_domain_ref(answer->rrsets[j]->rrs[0])), to_name) == 0) {
880
for(i=0; i < from_name->label_count -
domain_dname
(src)->label_count; i++)
893
from_name,
domain_dname
(src)->label_count + i + 1);
894
if(dname_compare(
domain_dname
(newdom), q->qname) == 0) {
906
for(i=0; i < to_name->label_count -
domain_dname
(to_closest_encloser)->label_count;
920
to_name,
domain_dname
(to_closest_encloser)->label_count + i + 1);
1144
domain_dname
(closest_match));
1211
name =
domain_dname
(closest_match)
[
all
...]
nsec3.c
112
dname=dname_concatenate(region, dname,
domain_dname
(zone->apex));
196
const dname_type* hashed_apex, *dname =
domain_dname
(zone->apex);
482
return namedb_find_zone(db,
domain_dname
(d));
504
zone = namedb_find_zone(db,
domain_dname
(d));
557
zone,
domain_dname
(domain), domain, tmpregion);
589
nsec3_lookup_hash_ds(db->region, zone,
domain_dname
(domain), domain);
780
parse_nsec3_name(
domain_dname
(start), hash, sizeof(hash));
806
parse_nsec3_name(
domain_dname
(end), hash, sizeof(hash));
912
dname_label_match_count(qname,
domain_dname
(encloser))+1);
1062
&& label_is_wildcard(dname_name(
domain_dname
(original))))
[
all
...]
rdata.c
187
dname =
domain_dname
(domain);
1204
const struct dname* dname =
domain_dname
(domain);
1242
const struct dname* dname =
domain_dname
(domain);
1291
const struct dname* dname =
domain_dname
(domain);
1366
buffer_write(q->packet, dname_name(
domain_dname
(domain)),
1367
label_length(dname_name(
domain_dname
(domain))) + 1U);
1400
dname =
domain_dname
(domain);
1779
mbox =
domain_dname
(mbox_domain);
1780
txt =
domain_dname
(txt_domain);
1834
dname =
domain_dname
(domain)
[
all
...]
packet.c
32
buffer_write(q->packet, dname_name(
domain_dname
(domain)),
33
label_length(dname_name(
domain_dname
(domain))) + 1U);
ixfr.c
281
domain_dname
(domain)->name_size))
284
dname_name(
domain_dname
(domain)),
285
domain_dname
(domain)->name_size);
1120
memmove(sp, dname_name(
domain_dname
(zone->apex)),
1121
domain_dname
(zone->apex)->name_size);
1122
sp +=
domain_dname
(zone->apex)->name_size;
1165
sz =
domain_dname
(ixfr_store->zone->apex)->name_size;
1219
sz =
domain_dname
(ixfr_store->zone->apex)->name_size;
1263
dname =
domain_dname
(rr->owner);
2315
if(dname_compare(
domain_dname
(zone->apex), domain_dname(rr->owner)) != 0)
[
all
...]
zonec.c
400
origin =
domain_dname
(zone->apex);
424
} else if (dname_compare(
domain_dname
(zone->soa_rrset->rrs[0]->owner), origin) != 0) {
difffile.c
395
dname1 =
domain_dname
(domain1);
396
dname2 =
domain_dname
(domain2);
457
dname_to_string(
domain_dname
(rrset->rrs[i]->owner),0),
465
dname_to_string(
domain_dname
(rrset->rrs[i]->owner),0),
474
dname_to_string(
domain_dname
(rrset->rrs[i]->owner),0),
483
dname_to_string(
domain_dname
(rrset->rrs[i]->owner),0),
1235
if(dname_compare(
domain_dname
(zone->apex), owner) != 0) {
1582
if(!z || !z->apex || !
domain_dname
(z->apex))
1587
apex =
domain_dname
(z->apex);
1590
ns =
domain_dname
(rdata_domain_ref(z->soa_rrset->rrs[0]))
[
all
...]
xfrd-catalog-zones.c
586
if (
domain_dname
(member_id)->label_count > dname->label_count+2
614
domain_dname
(member_id)),
694
domain_dname
(member_id),
800
domain_dname
(member_domain));
841
,
domain_dname
(member_id));
xfr-inspect.c
174
printf("%s", dname_to_string(
domain_dname
(rr->owner),
util.c
916
const dname_type *owner =
domain_dname
(record->owner);
xfrd.c
1379
const uint8_t* rr_ns_wire = dname_name(
domain_dname
(rdata_domain_ref(rr)));
1380
uint8_t rr_ns_len =
domain_dname
(rdata_domain_ref(rr))->name_size;
1381
const uint8_t* rr_em_wire = dname_name(
domain_dname
(
1383
uint8_t rr_em_len =
domain_dname
(rdata_domain_ref_offset(rr,
/src/external/bsd/nsd/dist/dnstap/
dnstap_collector.c
494
if(zone && zone->apex &&
domain_dname
(zone->apex)) {
495
if(!buffer_available(buf, 4 +
domain_dname
(zone->apex)->name_size))
497
buffer_write_u32(buf,
domain_dname
(zone->apex)->name_size);
498
buffer_write(buf, dname_name(
domain_dname
(zone->apex)),
499
domain_dname
(zone->apex)->name_size);
Completed in 31 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026