tcp.c File Reference

Include dependency graph for tcp.c:


Functions

static int SocksNegotiate (vlc_object_t *, int fd, int i_socks_version, const char *psz_user, const char *psz_passwd)
static int SocksHandshakeTCP (vlc_object_t *, int fd, int i_socks_version, const char *psz_user, const char *psz_passwd, const char *psz_host, int i_port)
int net_Socket (vlc_object_t *p_this, int i_family, int i_socktype, int i_protocol)
int __net_Connect (vlc_object_t *p_this, const char *psz_host, int i_port, int type, int proto)
int net_AcceptSingle (vlc_object_t *obj, int lfd)
int __net_Accept (vlc_object_t *p_this, int *pi_fd, mtime_t i_wait)
void net_ListenClose (int *pi_fd)

Function Documentation

int __net_Accept ( vlc_object_t p_this,
int *  pi_fd,
mtime_t  i_wait 
)

int __net_Connect ( vlc_object_t p_this,
const char *  psz_host,
int  i_port,
int  type,
int  proto 
)

int net_AcceptSingle ( vlc_object_t obj,
int  lfd 
)

void net_ListenClose ( int *  pi_fd  ) 

int net_Socket ( vlc_object_t p_this,
int  i_family,
int  i_socktype,
int  i_protocol 
)

static int SocksHandshakeTCP ( vlc_object_t ,
int  fd,
int  i_socks_version,
const char *  psz_user,
const char *  psz_passwd,
const char *  psz_host,
int  i_port 
) [static]

static int SocksNegotiate ( vlc_object_t ,
int  fd,
int  i_socks_version,
const char *  psz_user,
const char *  psz_passwd 
) [static]


Generated on Wed Aug 13 08:05:44 2008 for VLC by  doxygen 1.5.1