Data Fields | |
struct IPAddressACL * | next |
enum IPAddressAction | action |
struct in_addr | first |
struct in_addr | last |
Definition at line 194 of file avserver.c.
enum IPAddressAction IPAddressACL::action |
Definition at line 196 of file avserver.c.
Referenced by parse_acl_row(), and validate_acl_list().
struct in_addr IPAddressACL::first |
Definition at line 198 of file avserver.c.
Referenced by parse_acl_row(), and validate_acl_list().
struct in_addr IPAddressACL::last |
Definition at line 199 of file avserver.c.
Referenced by parse_acl_row().
struct IPAddressACL* IPAddressACL::next |
Definition at line 195 of file avserver.c.
Referenced by free_acl_list(), parse_acl_row(), and validate_acl_list().