OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_free_port
(Results
1 - 9
of
9
) sorted by null
/external/libvncserver/x11vnc/
inet.h
49
extern int
find_free_port
(int start, int end);
sslcmds.c
408
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);
inet.c
54
int
find_free_port
(int start, int end);
415
int
find_free_port
(int start, int end) {
function
sslhelper.c
[
all
...]
user.c
1170
int port =
find_free_port
(5800, 5860);
[
all
...]
connections.c
[
all
...]
screen.c
[
all
...]
remote.c
509
int port =
find_free_port
(5800, 5850);
[
all
...]
/external/libvncserver/x11vnc/misc/
desktop.cgi
156
# 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
will now contai
[
all
...]
Completed in 379 milliseconds