OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gateway_ports
(Results
1 - 10
of
10
) sorted by null
/external/openssh/
readconf.h
40
int
gateway_ports
; /* Allow remote connects to forwarded ports. */
member in struct:__anon26787
servconf.h
85
int
gateway_ports
; /* If true, allow remote connects to forwarded ports. */
member in struct:__anon26794
servconf.c
122
options->
gateway_ports
= -1;
252
if (options->
gateway_ports
== -1)
253
options->
gateway_ports
= 0;
1039
intptr = &options->
gateway_ports
;
[
all
...]
readconf.c
434
intptr = &options->
gateway_ports
;
1135
options->
gateway_ports
= -1;
[
all
...]
ssh.c
364
options.
gateway_ports
= 1;
1092
(options.
gateway_ports
? "*" : "LOCALHOST") :
1102
options.
gateway_ports
);
[
all
...]
channels.c
[
all
...]