Searched refs:inet_listen (Results 1 - 7 of 7) sorted by relevance
/external/qemu/ |
H A D | qemu_socket.h | 10 int inet_listen(const char *str, char *ostr, int olen,
|
H A D | qemu-sockets-android.c | 42 int inet_listen(const char *str, char *ostr, int olen, function
|
H A D | qemu-sockets.c | 91 int inet_listen(const char *str, char *ostr, int olen, function
|
H A D | qemu-char-android.c | 2057 /* 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 D | qemu-char.c | 2048 /* 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 D | vnc-android.c | 2391 vs->lsock = inet_listen(display, dpy, 256, SOCKET_STREAM, 5900);
|
H A D | vnc.c | 2387 vs->lsock = inet_listen(display, dpy, 256, SOCK_STREAM, 5900);
|
Completed in 92 milliseconds