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

  /external/libvncserver/libvncserver/
httpd.c 124 rfbLog(" URL http://%s:%d\n",rfbScreen->thisHost,rfbScreen->httpPort);
137 rfbLog(" URL http://%s:%d\n",rfbScreen->thisHost,rfbScreen->http6Port);
513 sprintf(str, "%s:%d", rfbScreen->thisHost, rfbScreen->port-5900);
main.c 890 GetComputerName(screen->thisHost,&dummy);
893 gethostname(screen->thisHost, 255);
  /external/libvncserver/examples/
mac.c 464 gethostname(rfbScreen->thisHost, 255);
  /external/libvncserver/rfb/
rfb.h 263 char thisHost[255];
    [all...]

Completed in 5298 milliseconds