OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcp_wait_for_connect
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
migration-tcp-android.c
53
static void
tcp_wait_for_connect
(void *opaque)
function
111
qemu_set_fd_handler2(s->fd, NULL, NULL,
tcp_wait_for_connect
, s);
migration-tcp.c
53
static void
tcp_wait_for_connect
(void *opaque)
function
119
qemu_set_fd_handler2(s->fd, NULL, NULL,
tcp_wait_for_connect
, s);
Completed in 167 milliseconds