VLC 4.0.0-dev
|
Functions | |
static int | SocksNegotiate (vlc_object_t *p_obj, int fd, int i_socks_version, const char *psz_socks_user, const char *psz_socks_passwd) |
static int | SocksHandshakeTCP (vlc_object_t *p_obj, int fd, int i_socks_version, const char *psz_user, const char *psz_passwd, const char *psz_host, int i_port) |
int() | net_ConnectTCP (vlc_object_t *obj, const char *host, int serv) |
|
static |
References AI_IDN, i_port, msg_Dbg, msg_Err, msg_Warn, net_Read, net_Write, SetWBE(), SocksNegotiate(), VLC_EGENERIC, vlc_getaddrinfo_i11e(), and VLC_SUCCESS.
Referenced by net_ConnectTCP().
|
static |
References msg_Dbg, msg_Err, net_Read, net_Write, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by SocksHandshakeTCP().