Home
last modified time | relevance | path

Searched refs:ipv6_http_fd (Results 1 – 7 of 7) sorted by relevance

/external/libvncserver/x11vnc/
Doptions.h123 extern int ipv6_http_fd;
Dremote.c543 ipv6_http_fd = fd6; in http_connections()
544 if (ipv6_http_fd >= 0) { in http_connections()
547 screen->httpPort, ipv6_http_fd); in http_connections()
559 if (ipv6_http_fd >= 0) { in http_connections()
560 close(ipv6_http_fd); in http_connections()
561 ipv6_http_fd = -1; in http_connections()
611 if (ipv6_http_fd >= 0) { in reset_httpport()
612 close(ipv6_http_fd); in reset_httpport()
613 ipv6_http_fd = -1; in reset_httpport()
616 ipv6_http_fd = listen6(screen->httpPort); in reset_httpport()
[all …]
Doptions.c147 int ipv6_http_fd = -1; variable
Dconnections.c1741 if (ipv6_listen_fd < 0 && ipv6_http_fd < 0) { in check_ipv6_listen()
1750 if (ipv6_http_fd >= 0 && screen->httpSock < 0) { in check_ipv6_listen()
1751 FD_SET(ipv6_http_fd, &fds); in check_ipv6_listen()
1752 if (ipv6_http_fd > nmax) { in check_ipv6_listen()
1753 nmax = ipv6_http_fd; in check_ipv6_listen()
1806 if (ipv6_http_fd >= 0 && FD_ISSET(ipv6_http_fd, &fds)) { in check_ipv6_listen()
1808 csock = accept(ipv6_http_fd, (struct sockaddr *)&addr, &addrlen); in check_ipv6_listen()
1831 screen->httpListenSock = ipv6_http_fd; in check_ipv6_listen()
Dx11vnc.c5904 if (ipv6_http_fd >= 0) {
5905 close(ipv6_http_fd);
5906 ipv6_http_fd = -1;
Dsslhelper.c3577 } else if (ipv6_http_fd >= 0) { in accept_openssl()
Dscreen.c3866 if ((screen->httpListenSock > -1 || ipv6_http_fd > -1) && screen->httpPort) {