OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_connect
(Results
1 - 16
of
16
) sorted by null
/external/qemu/
qemu-sockets-android.c
238
if (
socket_connect
(sock,e) < 0) {
344
if (
socket_connect
(sock,e) < 0) {
541
ret =
socket_connect
(sock, &un);
migration-tcp-android.c
106
ret =
socket_connect
(s->fd, &addr);
sockets.h
369
int
socket_connect
( int fd, const SockAddress* address );
sockets.c
1010
socket_connect
( int fd, const SockAddress* address )
function
1302
if (
socket_connect
(s, to) < 0) {
[
all
...]