Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:httpListenSock

1190 			if (0) fprintf(stderr, "%d %d %d  %d\n", conn, screen->listenSock, screen->httpSock, screen->httpListenSock);
1205 if (screen->httpListenSock < 0) {
1708 if (screen->httpListenSock >= 0) {
1711 close(screen->httpListenSock);
1713 screen->httpListenSock = -2;