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;
356
rrset->section ==
LDNS_SECTION_AUTHORITY
)
656
while(rrset && rrset->section ==
LDNS_SECTION_AUTHORITY
) {
1060
rrset->section ==
LDNS_SECTION_AUTHORITY
&&
1089
(rrset->section ==
LDNS_SECTION_AUTHORITY
||
/src/external/bsd/unbound/dist/util/data/
msgparse.c
167
} else if(type == LDNS_RR_TYPE_SOA && sec ==
LDNS_SECTION_AUTHORITY
) {
310
case
LDNS_SECTION_AUTHORITY
: msg->ns_rrsets--; break;
322
case
LDNS_SECTION_AUTHORITY
: msg->ns_rrsets++; break;
415
case
LDNS_SECTION_AUTHORITY
: msg->ns_rrsets++; break;
932
if((ret = parse_section(pkt, msg, region,
LDNS_SECTION_AUTHORITY
,
msgreply.c
258
if(type == LDNS_RR_TYPE_SOA && section ==
LDNS_SECTION_AUTHORITY
) {
444
} else if(rrset->section ==
LDNS_SECTION_AUTHORITY
) {
msgencode.c
789
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
1527
reason, reason_bogus,
LDNS_SECTION_AUTHORITY
, qstate,
val_sigcrypt.c
1324
section ==
LDNS_SECTION_AUTHORITY
&& qstate) {
validator.c
800
&reason_bogus,
LDNS_SECTION_AUTHORITY
, qstate,
/src/external/bsd/unbound/dist/testcode/
testpkts.c
520
else if(add_section ==
LDNS_SECTION_AUTHORITY
)
628
add_section =
LDNS_SECTION_AUTHORITY
;
Completed in 46 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026