Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmisc.h49 int gateway_ports; /* Allow remote connects to forwarded ports. */ member
H A Dservconf.c162 options->fwd_opts.gateway_ports = -1; in initialize_server_options()
420 if (options->fwd_opts.gateway_ports == -1) in fill_default_server_options()
421 options->fwd_opts.gateway_ports = 0; in fill_default_server_options()
1778 intptr = &options->fwd_opts.gateway_ports; in process_server_config_line_depth()
2930 M_CP_INTOPT(fwd_opts.gateway_ports); in copy_set_server_options()
3270 dump_cfg_fmtint(sGatewayPorts, o->fwd_opts.gateway_ports); in dump_config()
H A Dreadconf.c1245 intptr = &options->fwd_opts.gateway_ports; in process_config_line_depth()
2592 options->fwd_opts.gateway_ports = -1; in initialize_options()
2750 if (options->fwd_opts.gateway_ports == -1) in fill_default_options()
2751 options->fwd_opts.gateway_ports = 0; in fill_default_options()
3585 dump_cfg_fmtint(oGatewayPorts, o->fwd_opts.gateway_ports); in dump_client_config()
H A Dssh.c790 options.fwd_opts.gateway_ports = 1; in main()
2062 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in ssh_init_forwarding()
H A Dmux.c539 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
547 (options.fwd_opts.gateway_ports ? "*" : "LOCALHOST") : in format_forward()
H A Dchannels.c3745 if (fwd_opts->gateway_ports) in channel_fwd_bind_addr()
3747 } else if (fwd_opts->gateway_ports || is_client) { in channel_fwd_bind_addr()
3751 (!is_client && fwd_opts->gateway_ports == 1)) { in channel_fwd_bind_addr()