Searched defs:csock (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dnet_dgrm.cpp771 int csock; local
781 csock = net_landrivers[i].Init ();
782 if (csock == -1)
785 net_landrivers[i].controlSock = csock;
/external/qemu/
H A Dvnc.h116 int csock; member in struct:VncState
H A Dvnc-android.c161 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, NUL
2064 vnc_connect(VncDisplay *vd, int csock) argument
2105 int csock = socket_accept(vs->lsock, NULL); local
2377 int csock = vs->lsock; local
[all...]
H A Dvnc.c155 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, NUL
2058 vnc_connect(VncDisplay *vd, int csock) argument
2101 int csock = accept(vs->lsock, (struct sockaddr *)&addr, &addrlen); local
2373 int csock = vs->lsock; local
[all...]

Completed in 99 milliseconds