Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:rport

2631 	int rport = 5500, len = strlen(str);
2676 rport = atoi(p+1);
2677 if (rport < 0) {
2678 rport = -rport;
2679 } else if (rport < 20) {
2680 rport = 5500 + rport;
2693 vncsock = proxy_connect(host, rport);
2695 vncsock = connect_tcp(host, rport);
2768 int sock = proxy_connect(host, rport);
2780 int sock = connect_tcp(host, rport);
2790 cl = rfbReverseConnection(screen, host, rport);
2792 int sock = connect_tcp(host, rport);