Home
last modified time | relevance | path

Searched refs:thisHost (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/libvncserver/
Dhttpd.c124 rfbLog(" URL http://%s:%d\n",rfbScreen->thisHost,rfbScreen->httpPort); in rfbHttpInitSockets()
137 rfbLog(" URL http://%s:%d\n",rfbScreen->thisHost,rfbScreen->http6Port); in rfbHttpInitSockets()
513 sprintf(str, "%s:%d", rfbScreen->thisHost, rfbScreen->port-5900); in httpProcessInput()
Dmain.c890 GetComputerName(screen->thisHost,&dummy); in rfbGetScreen()
893 gethostname(screen->thisHost, 255); in rfbGetScreen()
/external/libvncserver/examples/
Dmac.c464 gethostname(rfbScreen->thisHost, 255); in ScreenInit()
/external/libvncserver/rfb/
Drfb.h263 char thisHost[255]; member