HomeSort by relevance Sort by last modified time
    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:__anon9879
servconf.h 85 int gateway_ports; /* If true, allow remote connects to forwarded ports. */ member in struct:__anon9886
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...]
mux.c 524 (options.gateway_ports ? "*" : "LOCALHOST") :
531 (options.gateway_ports ? "*" : "LOCALHOST") :
735 options.gateway_ports) < 0) {
    [all...]
serverloop.c 1137 &allocated_listen_port, options.gateway_ports);
    [all...]
clientloop.c 936 fwd.connect_port, options.gateway_ports) < 0) {
    [all...]
session.c 392 options.gateway_ports) < 0) {
    [all...]

Completed in 305 milliseconds