Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.h32 int gateway_ports; /* Allow remote connects to forwarded ports. */ member
Dservconf.c142 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()
Dreadconf.c848 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()
Dssh.c641 options.fwd_opts.gateway_ports = 1; in main()
1528 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in ssh_init_forwarding()
Dmux.c526 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
534 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
Dchannels.c2758 if (fwd_opts->gateway_ports)
2760 } else if (fwd_opts->gateway_ports || is_client) {
2764 (!is_client && fwd_opts->gateway_ports == 1)) {