Searched refs:gateway_ports (Results 1 – 6 of 6) sorted by relevance
49 int gateway_ports; /* Allow remote connects to forwarded ports. */ member
138 options->fwd_opts.gateway_ports = -1; in initialize_server_options()381 if (options->fwd_opts.gateway_ports == -1) in fill_default_server_options()382 options->fwd_opts.gateway_ports = 0; in fill_default_server_options()1690 intptr = &options->fwd_opts.gateway_ports; in process_server_config_line_depth()2838 M_CP_INTOPT(fwd_opts.gateway_ports); in copy_set_server_options()3170 dump_cfg_fmtint(sGatewayPorts, o->fwd_opts.gateway_ports); in dump_config()
1222 intptr = &options->fwd_opts.gateway_ports; in process_config_line_depth()2569 options->fwd_opts.gateway_ports = -1; in initialize_options()2727 if (options->fwd_opts.gateway_ports == -1) in fill_default_options()2728 options->fwd_opts.gateway_ports = 0; in fill_default_options()3555 dump_cfg_fmtint(oGatewayPorts, o->fwd_opts.gateway_ports); in dump_client_config()
764 options.fwd_opts.gateway_ports = 1; in main()2021 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in ssh_init_forwarding()
525 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()533 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
3703 if (fwd_opts->gateway_ports) in channel_fwd_bind_addr()3705 } else if (fwd_opts->gateway_ports || is_client) { in channel_fwd_bind_addr()3709 (!is_client && fwd_opts->gateway_ports == 1)) { in channel_fwd_bind_addr()