Mon Oct 8 12:39:31 2012

Asterisk developer's documentation


ast_ha Struct Reference

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

ast_sockaddr addr
ast_sockaddr netmask
ast_hanext
int sense


Detailed Description

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.

Definition at line 48 of file acl.h.


Field Documentation

struct ast_sockaddr addr

Definition at line 50 of file acl.h.

Referenced by addr_range_cmp_cb(), addr_range_hash_cb(), addr_range_match_address_cb(), apply_netmask(), ast_append_ha(), ast_apply_ha(), ast_copy_ha(), and sip_show_settings().

struct ast_sockaddr netmask

Definition at line 51 of file acl.h.

Referenced by addr_range_cmp_cb(), addr_range_match_address_cb(), ast_apply_ha(), ast_copy_ha(), and sip_show_settings().

struct ast_ha* next

Definition at line 53 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 52 of file acl.h.

Referenced by ast_append_ha(), ast_apply_ha(), and ast_copy_ha().


The documentation for this struct was generated from the following file:
Generated on Mon Oct 8 12:39:31 2012 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7