Home
last modified time | relevance | path

Searched refs:https_sock6 (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Dsslhelper.h50 extern int https_sock6;
Dsslhelper.c64 int https_sock6 = -1; variable
2680 if (! use_openssl || (https_sock < 0 && https_sock6 < 0)) { in check_https()
2694 if (https_sock6 >= 0) { in check_https()
2695 FD_SET(https_sock6, &fds); in check_https()
2696 if (https_sock6 > https_sock) { in check_https()
2697 nmax = https_sock6; in check_https()
2714 if (https_sock6 >= 0 && FD_ISSET(https_sock6, &fds)) { in check_https()
2873 if (https_sock6 >= 0) { in https_port()
2874 close(https_sock6); in https_port()
2875 https_sock6 = -1; in https_port()
[all …]
Dx11vnc.c5896 if (https_sock6 >= 0) {
5897 close(https_sock6);
5898 https_sock6 = -1;