Sat Apr 26 2014 22:03:23

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>

Collaboration diagram for ast_ha:

Data Fields

struct ast_sockaddr addr
struct ast_sockaddr netmask
struct ast_hanext
enum ast_acl_sense 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 51 of file acl.h.


Field Documentation

Definition at line 55 of file acl.h.

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


The documentation for this struct was generated from the following file: