#include <acl.h>
Data Fields | |
in_addr | netaddr |
in_addr | netmask |
ast_ha * | next |
int | sense |
Definition at line 38 of file acl.h.
struct in_addr netaddr |
Definition at line 40 of file acl.h.
Referenced by addr_range_cmp_cb(), addr_range_hash_cb(), addr_range_match_address_cb(), ast_append_ha(), ast_apply_ha(), and ast_copy_ha().
struct in_addr netmask |
Definition at line 41 of file acl.h.
Referenced by addr_range_cmp_cb(), addr_range_match_address_cb(), ast_apply_ha(), and ast_copy_ha().
Definition at line 43 of file acl.h.
Referenced by ast_append_ha(), ast_apply_ha(), ast_duplicate_ha_list(), and ast_free_ha().
int sense |