HomeSort by relevance Sort by last modified time
    Searched full:http_connections (Results 1 - 5 of 5) sorted by null

  /external/libvncserver/x11vnc/
remote.h 43 extern void http_connections(int on);
remote.c 69 void http_connections(int on);
480 rfbLog("http_connections: HTTP listen on localhost only. (not HTTPS)\n");
496 void http_connections(int on) { function
501 rfbLog("http_connections: turning on http service.\n");
530 rfbLog("http_connections: failed to listen on http port: %d\n", screen->httpPort);
537 rfbLog("http_connections: trying IPv6 only mode.\n");
545 rfbLog("http_connections: Listening %s on IPv6 port %d (socket %d)\n",
553 rfbLog("http_connections: turning off http service.\n");
    [all...]
user.c 1182 http_connections(1);
    [all...]
screen.c     [all...]
x11vnc.c     [all...]

Completed in 1787 milliseconds