Lines Matching defs:sock
1239 int sock = connect_tcp("127.0.0.1", screen->httpPort);
1240 if (sock < 0) {
1243 raw_xfer(sock, s_in, s_in);
1756 rfbLog("wait_for_client: Xvnc.redirect not listening... sock=%d port=%d\n", screen->listenSock, screen->port);
1823 int vdpy = -1, sock = -1;
1855 sock = connect_tcp(vnc_redirect_host, vdpy);
1856 if (sock >= 0) {
1862 if (sock < 0) {
1876 raw_xfer(sock, s_in, s_out);