Sun Oct 16 2011 08:43:12

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
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.


Field Documentation

struct ast_ha* next
int sense

Definition at line 52 of file acl.h.

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


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