/external/qemu/ |
vnc-android.c | 161 client->csock); 364 if (vs->csock != -1 && vnc_has_feature(vs, VNC_FEATURE_RESIZE)) { 713 if (vs->need_update && vs->csock != -1) { 813 if (vs->csock != -1) { 889 if (vs->csock == -1) 891 qemu_set_fd_handler2(vs->csock, NULL, NULL, NULL, NULL); 892 closesocket(vs->csock); 893 vs->csock = -1; 993 ret = socket_send(vs->csock, data, datalen); 1034 qemu_set_fd_handler2(vs->csock, NULL, vnc_client_read, NULL, vs) 2105 int csock = socket_accept(vs->lsock, NULL); local 2377 int csock = vs->lsock; local [all...] |
vnc.c | 155 client->csock); 358 if (vs->csock != -1 && vnc_has_feature(vs, VNC_FEATURE_RESIZE)) { 707 if (vs->need_update && vs->csock != -1) { 807 if (vs->csock != -1) { 883 if (vs->csock == -1) 885 qemu_set_fd_handler2(vs->csock, NULL, NULL, NULL, NULL); 886 closesocket(vs->csock); 887 vs->csock = -1; 987 ret = send(vs->csock, (const void *)data, datalen, 0); 1028 qemu_set_fd_handler2(vs->csock, NULL, vnc_client_read, NULL, vs) 2101 int csock = accept(vs->lsock, (struct sockaddr *)&addr, &addrlen); local 2373 int csock = vs->lsock; local [all...] |
vnc.h | 116 int csock; member in struct:VncState
|
/external/quake/quake/src/WinQuake/ |
net_dgrm.cpp | 771 int csock; local 781 csock = net_landrivers[i].Init (); 782 if (csock == -1) 785 net_landrivers[i].controlSock = csock; [all...] |