Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
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

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.


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