Searched refs:ipv6_listen_fd (Results 1 - 7 of 7) sorted by relevance

/external/libvncserver/x11vnc/
H A Doptions.c146 int ipv6_listen_fd = -1; variable
H A Doptions.h122 extern int ipv6_listen_fd;
H A Dconnections.c1741 if (ipv6_listen_fd < 0 && ipv6_http_fd < 0) {
1746 if (ipv6_listen_fd >= 0) {
1747 FD_SET(ipv6_listen_fd, &fds);
1748 nmax = ipv6_listen_fd;
1766 if (ipv6_listen_fd >= 0 && FD_ISSET(ipv6_listen_fd, &fds)) {
1768 csock = accept(ipv6_listen_fd, (struct sockaddr *)&addr, &addrlen);
H A Dremote.c677 if (ipv6_listen_fd >= 0) {
678 close(ipv6_listen_fd);
679 ipv6_listen_fd = -1;
682 ipv6_listen_fd = listen6(screen->port);
683 rfbLog("reset_rfbport: ipv6_listen_fd: %d port: %d\n",
684 ipv6_listen_fd, screen->port);
687 if (screen->listenSock < 0 && ipv6_listen_fd < 0) {
H A Dx11vnc.c5822 } else if (ipv6_listen && ipv6_listen_fd >= 0) {
5900 if (ipv6_listen_fd >= 0) {
5901 close(ipv6_listen_fd); variable
5902 ipv6_listen_fd = -1;
H A Duser.c3052 } else if (ipv6_listen && ipv6_listen_fd >= 0) {
H A Dscreen.c3741 ipv6_listen_fd = fd;

Completed in 71 milliseconds