OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDNS_SECTION_AUTHORITY
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/unbound/dist/libunbound/python/examples/
dnssec_test.py
18
rrsigs = pkt.rr_list_by_type(RR_TYPE_RRSIG, ldns.
LDNS_SECTION_AUTHORITY
)
21
nsecs = pkt.rr_list_by_type(RR_TYPE_NSEC, ldns.
LDNS_SECTION_AUTHORITY
)
24
nsec3s = pkt.rr_list_by_type(RR_TYPE_NSEC3, ldns.
LDNS_SECTION_AUTHORITY
)
/src/external/bsd/unbound/dist/sldns/
pkthdr.h
123
LDNS_SECTION_AUTHORITY
= 2,
/src/external/bsd/unbound/dist/iterator/
iter_scrub.c
81
case
LDNS_SECTION_AUTHORITY
: msg->ns_rrsets--; break;
345
rrset->section ==
LDNS_SECTION_AUTHORITY
)
606
while(rrset && rrset->section ==
LDNS_SECTION_AUTHORITY
) {
998
rrset->section ==
LDNS_SECTION_AUTHORITY
&&
1027
(rrset->section ==
LDNS_SECTION_AUTHORITY
||
/src/external/bsd/unbound/dist/util/data/
msgparse.c
165
} else if(type == LDNS_RR_TYPE_SOA && sec ==
LDNS_SECTION_AUTHORITY
) {
308
case
LDNS_SECTION_AUTHORITY
: msg->ns_rrsets--; break;
320
case
LDNS_SECTION_AUTHORITY
: msg->ns_rrsets++; break;
413
case
LDNS_SECTION_AUTHORITY
: msg->ns_rrsets++; break;
930
if((ret = parse_section(pkt, msg, region,
LDNS_SECTION_AUTHORITY
,
msgreply.c
256
if(type == LDNS_RR_TYPE_SOA && section ==
LDNS_SECTION_AUTHORITY
) {
440
} else if(rrset->section ==
LDNS_SECTION_AUTHORITY
) {
msgencode.c
773
LDNS_SECTION_AUTHORITY
, qinfo->qtype,
/src/external/bsd/unbound/dist/validator/
val_nsec.c
192
reason_bogus,
LDNS_SECTION_AUTHORITY
, qstate, &verified,
val_nsec3.c
1465
reason, reason_bogus,
LDNS_SECTION_AUTHORITY
, qstate,
val_sigcrypt.c
1324
section ==
LDNS_SECTION_AUTHORITY
&& qstate) {
validator.c
769
&reason_bogus,
LDNS_SECTION_AUTHORITY
, qstate,
/src/external/bsd/unbound/dist/testcode/
testpkts.c
515
else if(add_section ==
LDNS_SECTION_AUTHORITY
)
620
add_section =
LDNS_SECTION_AUTHORITY
;
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026