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

  /external/libvncserver/x11vnc/
inet.h 58 extern int listen_tcp(int port, in_addr_t iface, int try6);
inet.c 63 int listen_tcp(int port, in_addr_t iface, int try6);
424 int sock = listen_tcp(port, htonl(INADDR_ANY), 0);
892 int listen_tcp(int port, in_addr_t iface, int try6) { function
906 rfbLog("TESTING: IPV4_FAILS for listen_tcp: port=%d try6=%d\n", port, try6);
916 rfbLogPerror("listen_tcp: listen failed");
924 rfbLog("listen_tcp: retrying on IPv6 in6addr_loopback ...\n");
928 rfbLog("listen_tcp: retrying on IPv6 in6addr_any ...\n");
xevents.c     [all...]
sslhelper.c     [all...]
x11vnc.c 395 socks[i] = listen_tcp(listen[i], htonl(INADDR_LOOPBACK), 1);
    [all...]
remote.c 668 screen->listenSock = listen_tcp(screen->port, screen->listenInterface, 0);
    [all...]

Completed in 649 milliseconds