Searched refs:vnc_redirect_sock (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/x11vnc/ |
D | user.c | 1742 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 …]
|
D | options.h | 160 extern int vnc_redirect_sock;
|
D | options.c | 193 int vnc_redirect_sock = -1; variable
|
D | sslhelper.c | 4147 vnc_redirect_sock = vsock; in accept_openssl()
|