Data Fields | |
struct IPAddressACL * | next |
enum IPAddressAction | action |
struct in_addr | first |
struct in_addr | last |
Definition at line 201 of file ffserver.c.
Definition at line 203 of file ffserver.c.
Referenced by parse_acl_row(), and validate_acl_list().
struct in_addr IPAddressACL::first |
Definition at line 205 of file ffserver.c.
Referenced by parse_acl_row(), and validate_acl_list().
struct in_addr IPAddressACL::last |
Definition at line 206 of file ffserver.c.
Referenced by parse_acl_row().
struct IPAddressACL* IPAddressACL::next |
Definition at line 202 of file ffserver.c.
Referenced by free_acl_list(), parse_acl_row(), and validate_acl_list().