IPAddressACL Struct Reference

Data Fields

struct IPAddressACLnext
 
enum IPAddressAction action
 
struct in_addr first
 
struct in_addr last
 

Detailed Description

Definition at line 200 of file avserver.c.

Field Documentation

enum IPAddressAction IPAddressACL::action

Definition at line 202 of file avserver.c.

Referenced by parse_acl_row(), and validate_acl_list().

struct in_addr IPAddressACL::first

Definition at line 204 of file avserver.c.

Referenced by parse_acl_row(), and validate_acl_list().

struct in_addr IPAddressACL::last

Definition at line 205 of file avserver.c.

Referenced by parse_acl_row().

struct IPAddressACL* IPAddressACL::next

Definition at line 201 of file avserver.c.

Referenced by free_acl_list(), parse_acl_row(), and validate_acl_list().


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