FFmpeg
|
#include <ffserver_config.h>
Data Fields | |
struct FFServerIPAddressACL * | next |
enum FFServerIPAddressAction | action |
struct in_addr | first |
struct in_addr | last |
Definition at line 42 of file ffserver_config.h.
struct FFServerIPAddressACL* FFServerIPAddressACL::next |
Definition at line 43 of file ffserver_config.h.
Referenced by ffserver_parse_acl_row(), free_acl_list(), and validate_acl_list().
enum FFServerIPAddressAction FFServerIPAddressACL::action |
Definition at line 44 of file ffserver_config.h.
Referenced by ffserver_parse_acl_row(), and validate_acl_list().
struct in_addr FFServerIPAddressACL::first |
Definition at line 46 of file ffserver_config.h.
Referenced by ffserver_parse_acl_row(), and validate_acl_list().
struct in_addr FFServerIPAddressACL::last |
Definition at line 47 of file ffserver_config.h.
Referenced by ffserver_parse_acl_row().