Lines Matching refs:httpPort
508 if (screen->httpPort == 0) { in http_connections()
512 screen->httpPort = port; in http_connections()
529 if (screen->httpPort != 0 && screen->httpListenSock < 0) { in http_connections()
530 rfbLog("http_connections: failed to listen on http port: %d\n", screen->httpPort); in http_connections()
532 fd6 = listen6(screen->httpPort); in http_connections()
539 if (ipv6_listen && screen->httpPort > 0) { in http_connections()
541 fd6 = listen6(screen->httpPort); in http_connections()
547 screen->httpPort, ipv6_http_fd); in http_connections()
590 screen->httpPort = hp; in reset_httpport()
600 } else if (screen->httpPort == 0) { in reset_httpport()
606 if (screen->httpPort != 0 && screen->httpListenSock < 0) { in reset_httpport()
608 screen->httpPort); in reset_httpport()
615 if (ipv6_listen && screen->httpPort > 0) { in reset_httpport()
616 ipv6_http_fd = listen6(screen->httpPort); in reset_httpport()
618 ipv6_http_fd, screen->httpPort); in reset_httpport()
1924 reset_httpport(-1, screen->httpPort); in process_remote_cmd()
1940 reset_httpport(-1, screen->httpPort); in process_remote_cmd()
1986 reset_httpport(-1, screen->httpPort); in process_remote_cmd()
2032 reset_httpport(-1, screen->httpPort); in process_remote_cmd()
2121 reset_httpport(-1, screen->httpPort); in process_remote_cmd()
5253 int hp, orig = screen ? screen->httpPort : 0; in process_remote_cmd()
5881 NONUL(screen->thisHost), screen->httpPort); in process_remote_cmd()