|
OpenDNSSEC-signer
2.1.3
|
#include <domain.h>
Data Fields | |
| denial_type * | denial |
| zone_type * | zone |
| ldns_rbnode_t * | node |
| ldns_rdf * | dname |
| domain_type * | parent |
| rrset_type * | rrsets |
| unsigned | is_new: 1 |
| unsigned | is_apex: 1 |
| denial_type* domain_struct::denial |
Definition at line 53 of file domain.h.
Referenced by domain_add_rrset(), domain_diff(), domain_rollback(), and namedb_del_domain().
| ldns_rdf* domain_struct::dname |
Definition at line 56 of file domain.h.
Referenced by domain_add_rrset(), domain_cleanup(), domain_create(), domain_diff(), domain_ent2unsignedns(), domain_rollback(), namedb_del_domain(), namedb_domain_entize(), and namedb_examine().
| unsigned domain_struct::is_apex |
Definition at line 60 of file domain.h.
Referenced by domain_backup2(), domain_is_delegpt(), domain_is_occluded(), and namedb_examine().
| ldns_rbnode_t* domain_struct::node |
Definition at line 55 of file domain.h.
Referenced by domain_ent2unsignedns(), and namedb_del_domain().
| domain_type* domain_struct::parent |
Definition at line 57 of file domain.h.
Referenced by domain_is_occluded(), and namedb_domain_entize().
| rrset_type* domain_struct::rrsets |
Definition at line 58 of file domain.h.
Referenced by domain_add_rrset(), domain_backup2(), domain_cleanup(), domain_count_rrset_is_added(), domain_diff(), domain_ent2unsignedns(), domain_lookup_rrset(), domain_rollback(), and namedb_del_domain().
1.8.13