Home | History | Annotate | Download | only in x11vnc

Lines Matching full:openssl_sock6

61 int openssl_sock6 = -1;
2633 if (openssl_sock < 0 && openssl_sock6 < 0) {
2647 if (openssl_sock6 >= 0) {
2648 FD_SET(openssl_sock6, &fds);
2649 if (openssl_sock6 > openssl_sock) {
2650 nmax = openssl_sock6;
2667 if (openssl_sock6 >= 0 && FD_ISSET(openssl_sock6, &fds)) {
2773 if (openssl_sock6 >= 0) {
2774 close(openssl_sock6);
2775 openssl_sock6 = -1;
2817 openssl_sock6 = fd6;
3293 int fd = (mode == OPENSSL_VNC6 ? openssl_sock6 : https_sock6);