FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TLSContext Struct Reference

Data Fields

const AVClassclass
 
URLContexttcp
 
int fd
 
char * ca_file
 
int verify
 
char * cert_file
 
char * key_file
 
int listen
 

Detailed Description

Definition at line 60 of file tls.c.

Field Documentation

const AVClass* TLSContext::class

Definition at line 61 of file tls.c.

URLContext* TLSContext::tcp

Definition at line 62 of file tls.c.

Referenced by tls_close(), and tls_open().

int TLSContext::fd

Definition at line 70 of file tls.c.

Referenced by do_tls_poll(), and tls_open().

char* TLSContext::ca_file

Definition at line 71 of file tls.c.

Referenced by set_options(), and tls_open().

int TLSContext::verify

Definition at line 72 of file tls.c.

Referenced by set_options(), and tls_open().

char* TLSContext::cert_file

Definition at line 73 of file tls.c.

Referenced by set_options(), and tls_open().

char* TLSContext::key_file

Definition at line 74 of file tls.c.

Referenced by set_options(), and tls_open().

int TLSContext::listen

Definition at line 75 of file tls.c.

Referenced by tls_open().


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