HomeSort by relevance Sort by last modified time
    Searched refs:httpPort (Results 1 - 6 of 6) 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 114 if (rfbScreen->httpPort == 0) {
115 rfbScreen->httpPort = rfbScreen->port-100;
119 rfbListenOnTCPPort(rfbScreen->httpPort, rfbScreen->listenInterface)) < 0) {
123 rfbLog("Listening for HTTP connections on TCP port %d\n", rfbScreen->httpPort);
124 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/rfb/
rfb.h 291 int httpPort;
    [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 103 milliseconds