Home
last modified time | relevance | path

Searched refs:socket_connect (Results 1 – 11 of 11) sorted by relevance

/external/qemu/
Dqemu-sockets-android.c242 if (socket_connect(sock,e) < 0) { in inet_connect()
330 ret = socket_connect(sock, &un); in unix_connect()
Dmigration-tcp-android.c106 ret = socket_connect(s->fd, &addr); in tcp_start_outgoing_migration()
Dsockets.h351 int socket_connect( int fd, const SockAddress* address );
Dsockets.c990 socket_connect( int fd, const SockAddress* address ) in socket_connect() function
1282 if (socket_connect(s, to) < 0) { in socket_connect_client()
Dnet-android.c1966 ret = socket_connect(fd, &saddr); in net_socket_connect_init()
/external/qemu/proxy/
Dproxy_http_connector.c62 if (!socket_connect( root->socket, &service->server_addr )) { in connection_init()
Dproxy_http_rewriter.c383 if (socket_connect( root->socket, &service->server_addr ) < 0) { in rewrite_connection_init()
/external/qemu/android/
Dqemu-setup.c349 if (socket_connect( s, &addr ) < 0) { in android_emulation_setup()
/external/chromium/third_party/libevent/
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) { in evhttp_connection_connect()
2790 socket_connect(int fd, const char *address, unsigned short port) in socket_connect() function
/external/qemu/slirp-android/
Dtcp_subr.c438 socket_connect(s, &sockaddr); in tcp_fconnect()
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1096 …'socket_create','socket_connect','socket_close','socket_clear_error','socket_bind','socket_accept',