Data Fields | |
struct in_addr | netaddr |
struct in_addr | netmask |
struct ast_ha * | next |
int | sense |
Definition at line 73 of file acl.c.
struct in_addr netaddr [read] |
Definition at line 75 of file acl.c.
Referenced by ast_append_ha(), ast_apply_ha(), and ast_copy_ha().
struct in_addr netmask [read] |
Definition at line 76 of file acl.c.
Referenced by ast_append_ha(), ast_apply_ha(), and ast_copy_ha().
Definition at line 78 of file acl.c.
Referenced by ast_append_ha(), ast_apply_ha(), ast_duplicate_ha_list(), and ast_free_ha().
int sense |
Definition at line 77 of file acl.c.
Referenced by ast_append_ha(), ast_apply_ha(), and ast_copy_ha().