Searched refs:inet_listen (Results 1 - 7 of 7) sorted by relevance

/external/qemu/
H A Dqemu_socket.h10 int inet_listen(const char *str, char *ostr, int olen,
H A Dqemu-sockets-android.c42 int inet_listen(const char *str, char *ostr, int olen, function
H A Dqemu-sockets.c91 int inet_listen(const char *str, char *ostr, int olen, function
H A Dqemu-char-android.c2057 /* nothing, inet_listen() parses this one */;
2059 /* nothing, inet_connect() and inet_listen() parse this one */;
2061 /* nothing, inet_connect() and inet_listen() parse this one */;
2092 fd = inet_listen(host_str, chr->filename + offset, 256 - offset,
H A Dqemu-char.c2048 /* nothing, inet_listen() parses this one */;
2050 /* nothing, inet_connect() and inet_listen() parse this one */;
2052 /* nothing, inet_connect() and inet_listen() parse this one */;
2083 fd = inet_listen(host_str, chr->filename + offset, 256 - offset,
H A Dvnc-android.c2391 vs->lsock = inet_listen(display, dpy, 256, SOCKET_STREAM, 5900);
H A Dvnc.c2387 vs->lsock = inet_listen(display, dpy, 256, SOCK_STREAM, 5900);

Completed in 92 milliseconds