Searched refs:gateway_ports (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h42 int gateway_ports; /* Allow remote connects to forwarded ports. */ member in struct:__anon4957
H A Dservconf.h94 int gateway_ports; /* If true, allow remote connects to forwarded ports. */ member in struct:__anon4965
H A Dchannels.c2748 * address will always override gateway_ports. On the server, a
2749 * gateway_ports of 1 (``yes'') will override the client's specification
2761 int is_client, int gateway_ports)
2767 /* No address specified: default to gateway_ports setting */
2768 if (gateway_ports)
2770 } else if (gateway_ports || is_client) {
2774 (!is_client && gateway_ports == 1))
2787 const char *host_to_connect, u_short port_to_connect, int gateway_ports)
2811 is_client, gateway_ports);
2960 int cport, int gateway_ports)
2760 channel_fwd_bind_addr(const char *listen_addr, int *wildcardp, int is_client, int gateway_ports) argument
2785 channel_setup_fwd_listener(int type, const char *listen_addr, u_short listen_port, int *allocated_listen_port, const char *host_to_connect, u_short port_to_connect, int gateway_ports) argument
2959 channel_cancel_lport_listener(const char *lhost, u_short lport, int cport, int gateway_ports) argument
2995 channel_setup_local_fwd_listener(const char *listen_host, u_short listen_port, const char *host_to_connect, u_short port_to_connect, int gateway_ports) argument
3005 channel_setup_remote_fwd_listener(const char *listen_address, u_short listen_port, int *allocated_listen_port, int gateway_ports) argument
3133 channel_input_port_forward_request(int is_root, int gateway_ports) argument
[all...]
H A Dservconf.c133 options->gateway_ports = -1;
276 if (options->gateway_ports == -1)
277 options->gateway_ports = 0;
1228 intptr = &options->gateway_ports;
1836 M_CP_INTOPT(gateway_ports);
2076 dump_cfg_fmtint(sGatewayPorts, o->gateway_ports);
H A Dreadconf.c498 intptr = &options->gateway_ports;
1252 options->gateway_ports = -1;
1355 if (options->gateway_ports == -1)
1356 options->gateway_ports = 0;
H A Dssh.c370 options.gateway_ports = 1;
1155 (options.gateway_ports ? "*" : "LOCALHOST") :
1165 options.gateway_ports);
H A Dmux.c520 (options.gateway_ports ? "*" : "LOCALHOST") :
527 (options.gateway_ports ? "*" : "LOCALHOST") :
736 options.gateway_ports)) {
854 options.gateway_ports) == -1)
H A Dclientloop.c965 cancel_port, 0, options.gateway_ports) > 0;
969 options.gateway_ports) > 0;
983 fwd.connect_port, options.gateway_ports)) {
H A Dserverloop.c1162 &allocated_listen_port, options.gateway_ports);
H A Dsession.c400 options.gateway_ports) < 0) {

Completed in 166 milliseconds