OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocated_port
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
readconf.h
26
int
allocated_port
; /* Dynamically allocated listen port */
member in struct:__anon26786
mux.c
597
rfwd->
allocated_port
= packet_get_int();
599
" to %s:%d", rfwd->
allocated_port
,
603
buffer_put_int(&out, rfwd->
allocated_port
);
714
options.remote_forwards[i].
allocated_port
);
[
all
...]
ssh.c
1023
rfwd->
allocated_port
= packet_get_int();
1025
rfwd->
allocated_port
,
[
all
...]
readconf.c
297
fwd->
allocated_port
= 0;
[
all
...]
Completed in 145 milliseconds