Searched refs:find_free_port (Results 1 - 9 of 9) sorted by relevance

/external/libvncserver/x11vnc/
H A Dinet.h49 extern int find_free_port(int start, int end);
H A Dsslcmds.c408 rport = find_free_port(5900, 5999);
414 xport = find_free_port(5950, 5999);
434 hport = find_free_port(rport-100, rport-1);
440 xhport = find_free_port(5850, 5899);
H A Dinet.c54 int find_free_port(int start, int end);
415 int find_free_port(int start, int end) { function
H A Dsslhelper.c2850 https_port_num = find_free_port(5801, 5851);
3364 cport = find_free_port(20000, 22000);
H A Duser.c1170 int port = find_free_port(5800, 5860);
H A Dconnections.c2439 int sport = find_free_port(7300, 8000);
H A Dscreen.c3670 int lport = find_free_port(auto_port, auto_port+200);
H A Dremote.c509 int port = find_free_port(5800, 5850);
/external/libvncserver/x11vnc/misc/
H A Ddesktop.cgi156 # a single port, see the fixed port scheme $find_free_port = 'fixed:5910'
248 # Set find_free_port to 1 (or the other modes described below) to
252 my $find_free_port = 0;
256 #$find_free_port = '7000-8000';
262 #$find_free_port = 'fixed:5910';
264 # This is the starting port for 7000 + uid and also $find_free_port = 1
471 # $find_free_port = 'fixed:5999';
706 if (! $find_free_port) {
711 } elsif ($find_free_port =~ /^fixed:(\d+)$/) {
719 # supplied range. (note that $find_free_port wil
[all...]

Completed in 3576 milliseconds