OpenDNSSEC-signer
1.4.9
|
#include <domain.h>
Data Fields | |
void * | zone |
void * | denial |
ldns_rbnode_t * | node |
ldns_rdf * | dname |
domain_type * | parent |
rrset_type * | rrsets |
unsigned | is_new: 1 |
unsigned | is_apex: 1 |
void* domain_struct::denial |
Definition at line 56 of file domain.h.
Referenced by domain_add_rrset(), domain_create(), domain_del_rrset(), domain_diff(), domain_print(), domain_rollback(), namedb_del_domain(), namedb_export(), namedb_lookup_denial(), and worker_create().
ldns_rdf* domain_struct::dname |
Definition at line 58 of file domain.h.
Referenced by domain_add_rrset(), domain_cleanup(), domain_create(), domain_del_rrset(), domain_diff(), domain_ent2unsignedns(), domain_print(), domain_rollback(), namedb_add_domain(), namedb_del_domain(), namedb_domain_entize(), namedb_examine(), namedb_lookup_denial(), and zone_add_rr().
unsigned domain_struct::is_apex |
Definition at line 62 of file domain.h.
Referenced by domain_backup2(), domain_create(), domain_is_delegpt(), domain_is_occluded(), domain_print(), namedb_examine(), namedb_lookup_denial(), and zone_add_rr().
unsigned domain_struct::is_new |
Definition at line 61 of file domain.h.
Referenced by domain_create(), namedb_add_domain(), and namedb_lookup_denial().
ldns_rbnode_t* domain_struct::node |
Definition at line 57 of file domain.h.
Referenced by domain_create(), domain_ent2unsignedns(), namedb_add_domain(), namedb_del_domain(), and namedb_lookup_denial().
domain_type* domain_struct::parent |
Definition at line 59 of file domain.h.
Referenced by domain_create(), domain_is_occluded(), namedb_domain_entize(), and namedb_lookup_denial().
rrset_type* domain_struct::rrsets |
Definition at line 60 of file domain.h.
Referenced by denial_create(), domain_add_rrset(), domain_backup2(), domain_cleanup(), domain_count_rrset(), domain_count_rrset_is_added(), domain_create(), domain_del_rrset(), domain_diff(), domain_ent2unsignedns(), domain_lookup_rrset(), domain_print(), domain_rollback(), namedb_del_domain(), namedb_lookup_denial(), and worker_create().
void* domain_struct::zone |
Definition at line 55 of file domain.h.
Referenced by domain_cleanup(), domain_create(), namedb_lookup_denial(), and zone_add_rr().