OpenDNSSEC-signer
1.4.3
|
#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 66 of file acl.h.
Referenced by acl_create().
char* acl_struct::address |
Definition at line 63 of file acl.h.
Referenced by acl_cleanup(), acl_create(), acl_find(), and notify_send().
int acl_struct::family |
Definition at line 65 of file acl.h.
Referenced by acl_create().
time_t acl_struct::ixfr_disabled |
Definition at line 73 of file acl.h.
Referenced by acl_create().
acl_type* acl_struct::next |
Definition at line 61 of file acl.h.
Referenced by acl_cleanup(), acl_create(), and acl_find().
unsigned int acl_struct::port |
Definition at line 64 of file acl.h.
Referenced by acl_create(), and xfrd_acl_sockaddr_to().
union acl_addr_storage acl_struct::range_mask |
Definition at line 67 of file acl.h.
Referenced by acl_create().
acl_range_type acl_struct::range_type |
Definition at line 68 of file acl.h.
Referenced by acl_create().
tsig_type* acl_struct::tsig |
Definition at line 71 of file acl.h.
Referenced by acl_create(), and notify_send().