Asterisk - The Open Source Telephony Project  18.5.0
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>

Collaboration diagram for ast_ha:
Collaboration graph
[legend]

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

◆ addr

struct ast_sockaddr addr

◆ netmask

struct ast_sockaddr netmask

◆ next

struct ast_ha* next

◆ sense

enum ast_acl_sense sense

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