Searched defs:socket_connect (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/
H A Dhttp.c199 static int socket_connect(int fd, const char *address, unsigned short port);
1777 if (socket_connect(evcon->fd, evcon->address, evcon->port) == -1) {
2790 socket_connect(int fd, const char *address, unsigned short port) function
/external/qemu/
H A Dsockets.c1011 socket_connect( int fd, const SockAddress* address ) function
1303 if (socket_connect(s, to) < 0) {

Completed in 152 milliseconds