Data Fields | |
struct IPAddressACL * | next |
enum IPAddressAction | action |
struct in_addr | first |
struct in_addr | last |
Definition at line 191 of file ffserver.c.
Definition at line 193 of file ffserver.c.
Referenced by parse_ffconfig(), and validate_acl().
struct in_addr IPAddressACL::first [read] |
Definition at line 195 of file ffserver.c.
Referenced by parse_ffconfig(), and validate_acl().
struct in_addr IPAddressACL::last [read] |
Definition at line 196 of file ffserver.c.
Referenced by parse_ffconfig().
struct IPAddressACL* IPAddressACL::next [read] |
Definition at line 192 of file ffserver.c.
Referenced by parse_ffconfig(), and validate_acl().