Data Fields
ldns_struct_dnssec_zone Struct Reference

Structure containing a dnssec zone. More...

Data Fields

ldns_dnssec_namesoa
 points to the name containing the SOA RR
ldns_rbtree_tnames
 tree of ldns_dnssec_names
ldns_rbtree_thashed_names
 tree of ldns_dnssec_names by nsec3 hashes (when applicible)
ldns_rr_nsec3params
 points to the first added NSEC3 rr whose parameters will be assumed for all subsequent NSEC3 rr's and which will be used to calculate hashed names

Detailed Description

Structure containing a dnssec zone.

Definition at line 91 of file dnssec_zone.h.


Field Documentation

points to the name containing the SOA RR

Definition at line 93 of file dnssec_zone.h.

tree of ldns_dnssec_names

Definition at line 95 of file dnssec_zone.h.

tree of ldns_dnssec_names by nsec3 hashes (when applicible)

Definition at line 97 of file dnssec_zone.h.

points to the first added NSEC3 rr whose parameters will be assumed for all subsequent NSEC3 rr's and which will be used to calculate hashed names

Definition at line 102 of file dnssec_zone.h.