VLC 4.0.0-dev
Loading...
Searching...
No Matches
transport.h File Reference
Include dependency graph for transport.h:

Go to the source code of this file.

Functions

struct vlc_tlsvlc_https_connect (struct vlc_tls_client *creds, const char *name, unsigned port, bool *restrict two)
 
struct vlc_tlsvlc_https_connect_proxy (void *ctx, struct vlc_tls_client *creds, const char *name, unsigned port, bool *restrict two, const char *proxy)
 
bool vlc_http_port_blocked (unsigned port)
 

Function Documentation

◆ vlc_http_port_blocked()

bool vlc_http_port_blocked ( unsigned  port)

References ARRAY_SIZE, blocked_ports, and portcmp().

Referenced by vlc_http_mgr_request().

◆ vlc_https_connect()

struct vlc_tls * vlc_https_connect ( struct vlc_tls_client creds,
const char *  name,
unsigned  port,
bool *restrict  two 
)

◆ vlc_https_connect_proxy()