OpenDNSSEC-signer
1.4.10
|
#include <acl.h>
Data Fields | |
acl_type * | next |
char * | address |
unsigned int | port |
int | family |
union acl_addr_storage | addr |
union acl_addr_storage | range_mask |
acl_range_type | range_type |
const char * | tsig_name |
tsig_type * | tsig |
time_t | ixfr_disabled |
union acl_addr_storage acl_struct::addr |
Definition at line 64 of file acl.h.
Referenced by acl_create(), and xfrd_set_timer_refresh().
char* acl_struct::address |
Definition at line 61 of file acl.h.
Referenced by acl_cleanup(), acl_create(), acl_find(), notify_create(), notify_send(), and xfrd_acl_sockaddr_to().
int acl_struct::family |
Definition at line 63 of file acl.h.
Referenced by acl_create(), notify_create(), xfrd_acl_sockaddr_to(), and xfrd_set_timer_refresh().
time_t acl_struct::ixfr_disabled |
Definition at line 71 of file acl.h.
Referenced by acl_create(), and xfrd_acl_sockaddr_to().
acl_type* acl_struct::next |
Definition at line 59 of file acl.h.
Referenced by acl_cleanup(), acl_create(), acl_find(), notify_create(), and xfrd_acl_sockaddr_to().
unsigned int acl_struct::port |
Definition at line 62 of file acl.h.
Referenced by acl_create(), and xfrd_acl_sockaddr_to().
union acl_addr_storage acl_struct::range_mask |
Definition at line 65 of file acl.h.
Referenced by acl_create().
acl_range_type acl_struct::range_type |
Definition at line 66 of file acl.h.
Referenced by acl_create().
tsig_type* acl_struct::tsig |
Definition at line 69 of file acl.h.
Referenced by acl_create(), notify_create(), notify_send(), and xfrd_acl_sockaddr_to().