Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dmisc.h49 int gateway_ports; /* Allow remote connects to forwarded ports. */ member
H A Dservconf.c138 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()
H A Dreadconf.c1222 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()
H A Dssh.c764 options.fwd_opts.gateway_ports = 1; in main()
2021 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in ssh_init_forwarding()
H A Dmux.c525 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
533 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
H A Dchannels.c3703 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()