Searched refs:socket_connect (Results 1 – 11 of 11) sorted by relevance
/external/qemu/ |
D | qemu-sockets-android.c | 242 if (socket_connect(sock,e) < 0) { in inet_connect() 330 ret = socket_connect(sock, &un); in unix_connect()
|
D | migration-tcp-android.c | 106 ret = socket_connect(s->fd, &addr); in tcp_start_outgoing_migration()
|
D | sockets.h | 351 int socket_connect( int fd, const SockAddress* address );
|
D | sockets.c | 990 socket_connect( int fd, const SockAddress* address ) in socket_connect() function 1282 if (socket_connect(s, to) < 0) { in socket_connect_client()
|
D | net-android.c | 1966 ret = socket_connect(fd, &saddr); in net_socket_connect_init()
|
/external/qemu/proxy/ |
D | proxy_http_connector.c | 62 if (!socket_connect( root->socket, &service->server_addr )) { in connection_init()
|
D | proxy_http_rewriter.c | 383 if (socket_connect( root->socket, &service->server_addr ) < 0) { in rewrite_connection_init()
|
/external/qemu/android/ |
D | qemu-setup.c | 349 if (socket_connect( s, &addr ) < 0) { in android_emulation_setup()
|
/external/chromium/third_party/libevent/ |
D | http.c | 199 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/ |
D | tcp_subr.c | 438 socket_connect(s, &sockaddr); in tcp_fconnect()
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1096 …'socket_create','socket_connect','socket_close','socket_clear_error','socket_bind','socket_accept',
|