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

#include <tls.h>

Data Fields

char * ca_file
 
int verify
 
char * cert_file
 
char * key_file
 
int listen
 
char * host
 
char underlying_host [200]
 
int numerichost
 
URLContexttcp
 

Detailed Description

Definition at line 29 of file tls.h.

Field Documentation

char* TLSShared::ca_file

Definition at line 30 of file tls.h.

Referenced by ff_tls_open(), load_ca(), set_options(), and tls_open().

int TLSShared::verify

Definition at line 31 of file tls.h.

Referenced by ff_tls_open(), set_options(), and tls_open().

char* TLSShared::cert_file

Definition at line 32 of file tls.h.

Referenced by ff_tls_open(), load_cert(), set_options(), and tls_open().

char* TLSShared::key_file

Definition at line 33 of file tls.h.

Referenced by ff_tls_open(), load_cert(), set_options(), and tls_open().

int TLSShared::listen

Definition at line 34 of file tls.h.

Referenced by ff_tls_open(), ff_tls_open_underlying(), and tls_open().

char* TLSShared::host
char TLSShared::underlying_host[200]

Definition at line 38 of file tls.h.

Referenced by ff_tls_open_underlying().

int TLSShared::numerichost

Definition at line 39 of file tls.h.

Referenced by ff_tls_open_underlying(), and tls_open().

URLContext* TLSShared::tcp

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