21 #ifndef VLC_HTTP_TRANSPORT_H 22 #define VLC_HTTP_TRANSPORT_H 1 31 const char *
name,
unsigned port,
35 const char *
name,
unsigned port,
36 bool *restrict two,
const char *proxy);
TLS client-side credentials.
Definition: vlc_tls.h:140
bool vlc_http_port_blocked(unsigned port)
Definition: ports.c:106
Transport layer socket.
Definition: vlc_tls.h:65
const char name[16]
Definition: httpd.c:1269
struct vlc_tls * vlc_https_connect_proxy(void *ctx, struct vlc_tls_client *creds, const char *name, unsigned port, bool *restrict two, const char *proxy)
Definition: tunnel.c:145
struct vlc_tls * vlc_https_connect(struct vlc_tls_client *creds, const char *name, unsigned port, bool *restrict two)
Definition: connmgr.c:59