Searched refs:gateway_ports (Results 1 – 6 of 6) sorted by relevance
32 int gateway_ports; /* Allow remote connects to forwarded ports. */ member
142 options->fwd_opts.gateway_ports = -1; in initialize_server_options()302 if (options->fwd_opts.gateway_ports == -1) in fill_default_server_options()303 options->fwd_opts.gateway_ports = 0; in fill_default_server_options()1278 intptr = &options->fwd_opts.gateway_ports; in process_server_config_line()1902 M_CP_INTOPT(fwd_opts.gateway_ports); in copy_set_server_options()2161 dump_cfg_fmtint(sGatewayPorts, o->fwd_opts.gateway_ports); in dump_config()
848 intptr = &options->fwd_opts.gateway_ports; in process_config_line()1596 options->fwd_opts.gateway_ports = -1; in initialize_options()1715 if (options->fwd_opts.gateway_ports == -1) in fill_default_options()1716 options->fwd_opts.gateway_ports = 0; in fill_default_options()2261 dump_cfg_fmtint(oGatewayPorts, o->fwd_opts.gateway_ports); in dump_client_config()
641 options.fwd_opts.gateway_ports = 1; in main()1528 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in ssh_init_forwarding()
526 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()534 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
2758 if (fwd_opts->gateway_ports)2760 } else if (fwd_opts->gateway_ports || is_client) {2764 (!is_client && fwd_opts->gateway_ports == 1)) {