Searched refs:gateway_ports (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | readconf.h | 58 int gateway_ports; /* Allow remote connects to forwarded ports. */ member
|
H A D | servconf.h | 75 int gateway_ports; /* If true, allow remote connects to forwarded ports. */ member
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 2159 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 D | readconf.c | 404 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 D | servconf.c | 134 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 D | serverloop.c | 1190 listen_address, listen_port, options.gateway_ports); in server_input_global_request()
|
H A D | session.c | 361 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 D | ssh.c | 341 options.gateway_ports = 1; 799 (options.gateway_ports ? "*" : "LOCALHOST") : 809 options.gateway_ports);
|
H A D | clientloop.c | 718 fwd.connect_port, options.gateway_ports) < 0) { in process_cmdline()
|