Home
last modified time | relevance | path

Searched refs:vnc_redirect_sock (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/
Duser.c1742 rfbLog("iter %d: vnc_redirect_sock: %d\n", i, vnc_redirect_sock); in vnc_redirect_loop()
1743 if (vnc_redirect_sock >= 0) { in vnc_redirect_loop()
1759 vnc_redirect_sock = accept(screen->listenSock, (struct sockaddr *)&addr, &addrlen); in vnc_redirect_loop()
1781 if (vnc_redirect_sock < 0) { in vnc_redirect_loop()
1794 FD_SET(vnc_redirect_sock, &rfds); in vnc_redirect_loop()
1798 nfds = select(vnc_redirect_sock+1, &rfds, NULL, NULL, &tv); in vnc_redirect_loop()
1803 n = read(vnc_redirect_sock, vnc_redirect_test, 1); in vnc_redirect_loop()
1805 close(vnc_redirect_sock); in vnc_redirect_loop()
1806 vnc_redirect_sock = -1; in vnc_redirect_loop()
1809 if (vnc_redirect_sock < 0) { in vnc_redirect_loop()
[all …]
Doptions.h160 extern int vnc_redirect_sock;
Doptions.c193 int vnc_redirect_sock = -1; variable
Dsslhelper.c4147 vnc_redirect_sock = vsock; in accept_openssl()