Home
last modified time | relevance | path

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

/external/qemu/util/
Dqemu-sockets-android.c238 if (socket_connect(sock,e) < 0) { in inet_connect_opts()
344 if (socket_connect(sock,e) < 0) { in inet_dgram_opts()
541 ret = socket_connect(sock, &un); in unix_connect_opts()
/external/qemu/proxy/
Dproxy_http_connector.c62 if (!socket_connect( root->socket, &service->server_addr )) { in connection_init()
Dproxy_common.c558 if (socket_connect(sock, &addr) == 0) { in proxy_check_connection()
Dproxy_http_rewriter.c391 if (socket_connect( root->socket, &service->server_addr ) < 0) { in rewrite_connection_init()
/external/qemu/include/android/
Dsockets.h372 int socket_connect( int fd, const SockAddress* address );
/external/qemu/android/
Dsync-utils.c63 connect_status = socket_connect(fd, sockaddr); in syncsocket_connect()
Dasync-utils.c224 ret = socket_connect(io->fd, address); in asyncConnector_init()
Dsockets.c1012 socket_connect( int fd, const SockAddress* address ) in socket_connect() function
1313 if (socket_connect(s, to) < 0) { in socket_connect_client()
/external/chromium_org/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.c545 socket_connect(s, &sockaddr); in tcp_fconnect()
/external/qemu/net/
Dnet-android.c1945 ret = socket_connect(fd, &saddr); in net_socket_connect_init()