Searched refs:https_sock6 (Results 1 – 3 of 3) sorted by relevance
50 extern int https_sock6;
64 int https_sock6 = -1; variable2680 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 …]
5896 if (https_sock6 >= 0) {5897 close(https_sock6);5898 https_sock6 = -1;