OpenDNSSEC-signer
2.1.9
|
#include <zone.h>
Data Fields | |
ldns_rdf * | apex |
ldns_rr_class | klass |
uint32_t | default_ttl |
char * | notify_command |
const char * | notify_ns |
char ** | notify_args |
const char * | name |
const char * | policy_name |
const char * | signconf_filename |
zone_zl_status | zl_status |
adapter_type * | adinbound |
adapter_type * | adoutbound |
signconf_type * | signconf |
namedb_type * | db |
ixfr_type * | ixfr |
xfrd_type * | xfrd |
notify_type * | notify |
stats_type * | stats |
pthread_mutex_t | zone_lock |
pthread_mutex_t | xfr_lock |
collection_class | rrstore |
int | zoneconfigvalid |
adapter_type* zone_struct::adinbound |
Definition at line 74 of file zone.h.
Referenced by adapter_read(), addns_read(), adfile_read(), tools_input(), and zone_cleanup().
adapter_type* zone_struct::adoutbound |
Definition at line 75 of file zone.h.
Referenced by adapter_write(), addns_write(), adfile_write(), notify_enable(), and zone_cleanup().
ldns_rdf* zone_struct::apex |
Definition at line 61 of file zone.h.
Referenced by adapi_get_origin(), zone_cleanup(), zone_del_nsec3params(), zone_rollback_dnskeys(), zone_rollback_nsec3param(), and zone_update_serial().
namedb_type* zone_struct::db |
Definition at line 79 of file zone.h.
Referenced by adapi_get_serial(), adapi_printaxfr(), adapi_printixfr(), adapi_printzone(), adapi_set_serial(), adapi_trans_diff(), adapi_trans_full(), adapter_write(), addns_read(), addns_write(), namedb_wipe_denial(), rrset_diff(), rrset_drop_rrsigs(), tools_signconf(), zone_add_rr(), zone_backup2(), zone_cleanup(), zone_del_nsec3params(), zone_del_rr(), zone_lookup_rrset(), zone_prepare_keys(), zone_publish_dnskeys(), zone_publish_nsec3param(), and zone_update_serial().
uint32_t zone_struct::default_ttl |
Definition at line 63 of file zone.h.
Referenced by adapi_get_ttl(), and denial_nsecify().
ixfr_type* zone_struct::ixfr |
Definition at line 80 of file zone.h.
Referenced by adapi_printixfr(), addns_write(), namedb_wipe_denial(), rrset_diff(), rrset_drop_rrsigs(), and zone_cleanup().
ldns_rr_class zone_struct::klass |
Definition at line 62 of file zone.h.
Referenced by zone_backup2().
const char* zone_struct::name |
Definition at line 69 of file zone.h.
Referenced by addns_read(), addns_write(), namedb_create(), namedb_wipe_denial(), notify_enable(), notify_send(), tools_input(), tools_signconf(), zone_add_rr(), zone_backup2(), zone_cleanup(), zone_create(), zone_del_nsec3params(), zone_del_rr(), zone_load_signconf(), zone_prepare_keys(), zone_publish_dnskeys(), zone_publish_nsec3param(), and zone_update_serial().
notify_type* zone_struct::notify |
Definition at line 83 of file zone.h.
Referenced by zone_cleanup().
char** zone_struct::notify_args |
Definition at line 67 of file zone.h.
Referenced by zone_cleanup().
char* zone_struct::notify_command |
Definition at line 65 of file zone.h.
Referenced by zone_cleanup().
const char* zone_struct::policy_name |
Definition at line 70 of file zone.h.
Referenced by zone_cleanup(), and zone_merge().
collection_class zone_struct::rrstore |
Definition at line 89 of file zone.h.
Referenced by zone_cleanup().
signconf_type* zone_struct::signconf |
Definition at line 77 of file zone.h.
Referenced by denial_add_rr(), denial_nsecify(), rrset_sign(), tools_input(), tools_signconf(), zone_add_rr(), zone_backup2(), zone_cleanup(), zone_del_rr(), zone_load_signconf(), zone_prepare_keys(), zone_publish_dnskeys(), zone_publish_nsec3param(), zone_rollback_dnskeys(), zone_rollback_nsec3param(), and zone_update_serial().
const char* zone_struct::signconf_filename |
Definition at line 71 of file zone.h.
Referenced by zone_cleanup(), and zone_load_signconf().
stats_type* zone_struct::stats |
Definition at line 85 of file zone.h.
Referenced by adapi_trans_diff(), adapi_trans_full(), and zone_cleanup().
pthread_mutex_t zone_struct::xfr_lock |
Definition at line 87 of file zone.h.
Referenced by zone_cleanup(), and zone_create().
xfrd_type* zone_struct::xfrd |
Definition at line 82 of file zone.h.
Referenced by addns_read(), and zone_cleanup().
zone_zl_status zone_struct::zl_status |
pthread_mutex_t zone_struct::zone_lock |
Definition at line 86 of file zone.h.
Referenced by zone_cleanup(), and zone_create().