OpenDNSSEC-signer
1.4.9
|
#include <notify.h>
Data Fields | |
notify_type * | waiting_next |
allocator_type * | allocator |
ldns_rr * | soa |
tsig_rr_type * | tsig_rr |
acl_type * | secondary |
void * | zone |
void * | xfrhandler |
netio_handler_type | handler |
struct timespec | timeout |
uint16_t | query_id |
uint8_t | retry |
unsigned | is_waiting: 1 |
allocator_type* notify_struct::allocator |
Definition at line 55 of file notify.h.
Referenced by notify_cleanup(), and notify_create().
netio_handler_type notify_struct::handler |
Definition at line 61 of file notify.h.
Referenced by engine_wakeup_workers(), notify_cleanup(), notify_create(), notify_enable(), and notify_send().
unsigned notify_struct::is_waiting |
Definition at line 65 of file notify.h.
Referenced by notify_create(), notify_enable(), and notify_send().
uint16_t notify_struct::query_id |
Definition at line 63 of file notify.h.
Referenced by notify_create(), and notify_send().
uint8_t notify_struct::retry |
Definition at line 64 of file notify.h.
Referenced by notify_create(), and notify_send().
acl_type* notify_struct::secondary |
Definition at line 58 of file notify.h.
Referenced by notify_create(), notify_enable(), and notify_send().
ldns_rr* notify_struct::soa |
Definition at line 56 of file notify.h.
Referenced by notify_cleanup(), notify_create(), and notify_send().
struct timespec notify_struct::timeout |
Definition at line 62 of file notify.h.
Referenced by notify_create(), and notify_send().
tsig_rr_type* notify_struct::tsig_rr |
Definition at line 57 of file notify.h.
Referenced by notify_cleanup(), and notify_create().
notify_type* notify_struct::waiting_next |
Definition at line 54 of file notify.h.
Referenced by notify_create(), and notify_enable().
void* notify_struct::xfrhandler |
Definition at line 60 of file notify.h.
Referenced by notify_create(), notify_enable(), and notify_send().
void* notify_struct::zone |
Definition at line 59 of file notify.h.
Referenced by notify_create(), notify_enable(), and notify_send().