OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncsocket_connect
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/
sync-utils.h
42
SyncSocket*
syncsocket_connect
(int fd, SockAddress* sockaddr, int timeout);
56
* Closes SyncSocket descriptor obtained from
syncsocket_connect
routine.
58
* ssocket - SyncSocket descriptor obtained from
syncsocket_connect
routine.
64
*
syncsocket_connect
routine. Note that this routine will also close socket
67
* ssocket - SyncSocket descriptor obtained from
syncsocket_connect
routine.
76
* ssocket - SyncSocket descriptor obtained from
syncsocket_connect
routine.
87
* ssocket - SyncSocket descriptor obtained from
syncsocket_connect
routine.
98
* ssocket - SyncSocket descriptor obtained from
syncsocket_connect
routine.
109
* ssocket - SyncSocket descriptor obtained from
syncsocket_connect
routine.
122
* ssocket - SyncSocket descriptor obtained from
syncsocket_connect
routine
[
all
...]
sync-utils.c
54
syncsocket_connect
(int fd, SockAddress* sockaddr, int timeout)
function
/external/qemu/android/protocol/
core-connection.c
99
ssocket =
syncsocket_connect
(fd, sockaddr, CORE_PORT_TIMEOUT_MS);
101
derror("
syncsocket_connect
has failed: %s\n", errno_str);
Completed in 912 milliseconds