HomeSort by relevance Sort by last modified time
    Searched refs:httpPort (Results 1 - 9 of 9) sorted by null

  /external/libvncserver/test/
cargstest.c 7 "dummy_program","-alwaysshared","-httpport","3002","-nothing","-dontdisconnect"
20 CHECK(httpPort,3002);
  /external/libvncserver/libvncserver/
httpd.c 102 if (rfbScreen->httpPort == 0) {
103 rfbScreen->httpPort = rfbScreen->port-100;
107 rfbListenOnTCPPort(rfbScreen->httpPort, rfbScreen->listenInterface)) < 0) {
111 rfbLog("Listening for HTTP connections on TCP port %d\n", rfbScreen->httpPort);
112 rfbLog(" URL http://%s:%d\n",rfbScreen->thisHost,rfbScreen->httpPort);
cargs.c 47 fprintf(stderr, "-httpport portnum use portnum for http connection\n");
162 } else if (strcmp(argv[i], "-httpport") == 0) { /* -httpport portnum */
167 rfbScreen->httpPort = atoi(argv[++i]);
178 } else if (strcmp(argv[i], "-progressive") == 0) { /* -httpport portnum */
main.c 845 screen->httpPort=0;
  /external/libvncserver/x11vnc/
remote.c 508 if (screen->httpPort == 0) {
512 screen->httpPort = port;
529 if (screen->httpPort != 0 && screen->httpListenSock < 0) {
530 rfbLog("http_connections: failed to listen on http port: %d\n", screen->httpPort);
532 fd6 = listen6(screen->httpPort);
539 if (ipv6_listen && screen->httpPort > 0) {
541 fd6 = listen6(screen->httpPort);
547 screen->httpPort, ipv6_http_fd);
572 rfbLog("reset_httpport: cannot set httpport: %d in inetd.\n", hp);
578 rfbLog("reset_httpport: invalid httpport: %d\n", hp)
    [all...]
screen.c     [all...]
user.c 1169 if (inetd || screen->httpPort == 0) {
1173 screen->httpPort = port;
1239 int sock = connect_tcp("127.0.0.1", screen->httpPort);
    [all...]
sslhelper.c     [all...]
  /external/libvncserver/rfb/
rfb.h 291 int httpPort;
    [all...]

Completed in 550 milliseconds