#include <acl.h>

Data Fields | |
| struct in_addr | netaddr |
| struct in_addr | netmask |
| struct ast_ha * | next |
| int | sense |
Definition at line 47 of file acl.h.
struct in_addr netaddr [read] |
Definition at line 49 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(), ast_copy_ha(), and sip_show_settings().
struct in_addr netmask [read] |
Definition at line 50 of file acl.h.
Referenced by addr_range_cmp_cb(), addr_range_match_address_cb(), ast_append_ha(), ast_apply_ha(), ast_copy_ha(), and sip_show_settings().
Definition at line 52 of file acl.h.
Referenced by ast_append_ha(), ast_apply_ha(), ast_duplicate_ha_list(), ast_free_ha(), and sip_show_settings().
| int sense |
Definition at line 51 of file acl.h.
Referenced by ast_append_ha(), ast_apply_ha(), and ast_copy_ha().
1.5.6