Home
last modified time | relevance | path

Searched refs:gateway_ports (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h58 int gateway_ports; /* Allow remote connects to forwarded ports. */ member
H A Dservconf.h75 int gateway_ports; /* If true, allow remote connects to forwarded ports. */ member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2159 const char *host_to_connect, u_short port_to_connect, int gateway_ports) in channel_setup_fwd_listener() argument
2198 if (gateway_ports) in channel_setup_fwd_listener()
2200 } else if (gateway_ports || is_client) { in channel_setup_fwd_listener()
2204 (!is_client && gateway_ports == 1)) in channel_setup_fwd_listener()
2316 const char *host_to_connect, u_short port_to_connect, int gateway_ports) in channel_setup_local_fwd_listener() argument
2320 gateway_ports); in channel_setup_local_fwd_listener()
2326 u_short listen_port, int gateway_ports) in channel_setup_remote_fwd_listener() argument
2329 listen_address, listen_port, NULL, 0, gateway_ports); in channel_setup_remote_fwd_listener()
2452 channel_input_port_forward_request(int is_root, int gateway_ports) in channel_input_port_forward_request() argument
2473 host_port, gateway_ports); in channel_input_port_forward_request()
H A Dreadconf.c404 intptr = &options->gateway_ports; in process_config_line()
926 options->gateway_ports = -1; in initialize_options()
1022 if (options->gateway_ports == -1) in fill_default_options()
1023 options->gateway_ports = 0; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c134 options->gateway_ports = -1; in initialize_server_options()
348 if (options->gateway_ports == -1) in fill_default_server_options()
349 options->gateway_ports = 0; in fill_default_server_options()
1069 intptr = &options->gateway_ports; in process_server_config_line()
1446 M_CP_INTOPT(gateway_ports); in copy_set_server_options()
H A Dserverloop.c1190 listen_address, listen_port, options.gateway_ports); in server_input_global_request()
H A Dsession.c361 channel_input_port_forward_request(s->pw->pw_uid == 0, options.gateway_ports); in do_authenticated1()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c341 options.gateway_ports = 1;
799 (options.gateway_ports ? "*" : "LOCALHOST") :
809 options.gateway_ports);
H A Dclientloop.c718 fwd.connect_port, options.gateway_ports) < 0) { in process_cmdline()