Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.h39 int gateway_ports; /* Allow remote connects to forwarded ports. */ member
Dservconf.c162 options->fwd_opts.gateway_ports = -1; in initialize_server_options()
415 if (options->fwd_opts.gateway_ports == -1) in fill_default_server_options()
416 options->fwd_opts.gateway_ports = 0; in fill_default_server_options()
1692 intptr = &options->fwd_opts.gateway_ports; in process_server_config_line_depth()
2509 M_CP_INTOPT(fwd_opts.gateway_ports); in copy_set_server_options()
2826 dump_cfg_fmtint(sGatewayPorts, o->fwd_opts.gateway_ports); in dump_config()
Dreadconf.c1021 intptr = &options->fwd_opts.gateway_ports; in process_config_line_depth()
1932 options->fwd_opts.gateway_ports = -1; in initialize_options()
2074 if (options->fwd_opts.gateway_ports == -1) in fill_default_options()
2075 options->fwd_opts.gateway_ports = 0; in fill_default_options()
2726 dump_cfg_fmtint(oGatewayPorts, o->fwd_opts.gateway_ports); in dump_client_config()
Dssh.c738 options.fwd_opts.gateway_ports = 1; in main()
1865 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in ssh_init_forwarding()
Dmux.c550 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
558 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
Dchannels.c3333 if (fwd_opts->gateway_ports)
3335 } else if (fwd_opts->gateway_ports || is_client) {
3339 (!is_client && fwd_opts->gateway_ports == 1)) {