Data Fields | |
ldns_rdf * | name |
pointer to a dname containing the name. | |
bool | name_alloced |
Usually, the name is a pointer to the owner name of the first rr for this name, but sometimes there is no actual data to point to, for instance in names representing empty nonterminals. | |
ldns_dnssec_rrsets * | rrsets |
The rrsets for this name. | |
ldns_rr * | nsec |
NSEC pointing to the next name (or NSEC3 pointing to the next NSEC3). | |
ldns_dnssec_rrs * | nsec_signatures |
signatures for the NSEC record |
Definition at line 41 of file dnssec_zone.h.
pointer to a dname containing the name.
Usually points to the owner name of the first RR of the first RRset
Definition at line 47 of file dnssec_zone.h.
Usually, the name is a pointer to the owner name of the first rr for this name, but sometimes there is no actual data to point to, for instance in names representing empty nonterminals.
If so, set alloced to true to indicate that this data must also be freed when the name is freed
Definition at line 55 of file dnssec_zone.h.
NSEC pointing to the next name (or NSEC3 pointing to the next NSEC3).
Definition at line 63 of file dnssec_zone.h.