FFmpeg  3.4.9
Data Fields
FFServerIPAddressACL Struct Reference

#include <fftools/ffserver_config.h>

Data Fields

struct FFServerIPAddressACLnext
 
enum FFServerIPAddressAction action
 
struct in_addr first
 
struct in_addr last
 

Detailed Description

Definition at line 44 of file ffserver_config.h.

Field Documentation

◆ next

struct FFServerIPAddressACL* FFServerIPAddressACL::next

Definition at line 45 of file ffserver_config.h.

Referenced by ffserver_parse_acl_row(), free_acl_list(), and validate_acl_list().

◆ action

enum FFServerIPAddressAction FFServerIPAddressACL::action

Definition at line 46 of file ffserver_config.h.

Referenced by ffserver_parse_acl_row(), and validate_acl_list().

◆ first

struct in_addr FFServerIPAddressACL::first

Definition at line 48 of file ffserver_config.h.

Referenced by ffserver_parse_acl_row(), and validate_acl_list().

◆ last

struct in_addr FFServerIPAddressACL::last

Definition at line 49 of file ffserver_config.h.

Referenced by ffserver_parse_acl_row().


The documentation for this struct was generated from the following file: