OpenDNSSEC-signer
2.1.3
|
Go to the source code of this file.
Functions | |
int | acl_parse_family (const char *a) |
acl_type * | acl_create (char *address, char *port, char *tsig_name, tsig_type *tsig) |
int | addr2ip (struct sockaddr_storage addr, char *ip, size_t len) |
acl_type * | acl_find (acl_type *acl, struct sockaddr_storage *addr, tsig_rr_type *trr) |
void | acl_cleanup (acl_type *acl) |
void acl_cleanup | ( | acl_type * | acl | ) |
Clean up ACL.
Definition at line 456 of file acl.c.
References acl_cleanup(), acl_struct::address, and acl_struct::next.
Referenced by acl_cleanup(), dnsin_cleanup(), and dnsout_cleanup().
Create ACL.
Definition at line 126 of file acl.c.
References acl_struct::address, acl_struct::next, acl_struct::tsig, and tsig_lookup_by_name().
acl_type* acl_find | ( | acl_type * | acl, |
struct sockaddr_storage * | addr, | ||
tsig_rr_type * | trr | ||
) |
int acl_parse_family | ( | const char * | a | ) |