FFmpeg
|
IPAddressACL Struct Reference
Collaboration diagram for IPAddressACL:
Data Fields | |
struct IPAddressACL * | next |
enum IPAddressAction | action |
struct in_addr | first |
struct in_addr | last |
Detailed Description
Definition at line 205 of file ffserver.c.
Field Documentation
enum IPAddressAction IPAddressACL::action |
Definition at line 207 of file ffserver.c.
Referenced by parse_acl_row(), and validate_acl_list().
struct in_addr IPAddressACL::first |
Definition at line 209 of file ffserver.c.
Referenced by parse_acl_row(), and validate_acl_list().
struct in_addr IPAddressACL::last |
Definition at line 210 of file ffserver.c.
Referenced by parse_acl_row().
struct IPAddressACL* IPAddressACL::next |
Definition at line 206 of file ffserver.c.
Referenced by free_acl_list(), parse_acl_row(), and validate_acl_list().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11