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

  /external/libvncserver/libvncserver/
cargs.c 189 if (! rfbStringToAddr(argv[++i], &(rfbScreen->listenInterface))) {
httpd.c 107 rfbListenOnTCPPort(rfbScreen->httpPort, rfbScreen->listenInterface)) < 0) {
main.c 870 screen->listenInterface = htonl(INADDR_ANY);
sockets.c 114 in_addr_t iface = rfbScreen->listenInterface;
  /external/libvncserver/x11vnc/
remote.c 478 iface = screen->listenInterface;
481 screen->listenInterface = htonl(INADDR_LOOPBACK);
493 screen->listenInterface = iface;
668 screen->listenSock = listen_tcp(screen->port, screen->listenInterface, 0);
    [all...]
sslhelper.c     [all...]
  /external/libvncserver/rfb/
rfb.h 360 in_addr_t listenInterface;
    [all...]

Completed in 167 milliseconds