Asterisk - The Open Source Telephony Project
21.4.1
|
internal representation of ACL entries In principle user applications would have no need for this, but there is sometimes a need to extract individual items, e.g. to print them, and rather than defining iterators to navigate the list, and an externally visible 'struct ast_ha_entry', at least in the short term it is more convenient to make the whole thing public and let users play with them. More...
#include <acl.h>
Data Fields | |
struct ast_sockaddr | addr |
struct ast_sockaddr | netmask |
struct ast_ha * | next |
enum ast_acl_sense | sense |
internal representation of ACL entries In principle user applications would have no need for this, but there is sometimes a need to extract individual items, e.g. to print them, and rather than defining iterators to navigate the list, and an externally visible 'struct ast_ha_entry', at least in the short term it is more convenient to make the whole thing public and let users play with them.