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

/macosx-10.10/OpenSSH-189/openssh/
H A Dreadconf.h41 int gateway_ports; /* Allow remote connects to forwarded ports. */ member in struct:__anon3209
H A Dservconf.h92 int gateway_ports; /* If true, allow remote connects to forwarded ports. */ member in struct:__anon3217
H A Dchannels.c2686 * address will always override gateway_ports. On the server, a
2687 * gateway_ports of 1 (``yes'') will override the client's specification
2699 int is_client, int gateway_ports)
2705 /* No address specified: default to gateway_ports setting */
2706 if (gateway_ports)
2708 } else if (gateway_ports || is_client) {
2712 (!is_client && gateway_ports == 1))
2725 const char *host_to_connect, u_short port_to_connect, int gateway_ports)
2749 is_client, gateway_ports);
2890 int cport, int gateway_ports)
2698 channel_fwd_bind_addr(const char *listen_addr, int *wildcardp, int is_client, int gateway_ports) argument
2723 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
2889 channel_cancel_lport_listener(const char *lhost, u_short lport, int cport, int gateway_ports) argument
2925 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
2935 channel_setup_remote_fwd_listener(const char *listen_address, u_short listen_port, int *allocated_listen_port, int gateway_ports) argument
3063 channel_input_port_forward_request(int is_root, int gateway_ports) argument
[all...]
H A Dservconf.c126 options->gateway_ports = -1;
265 if (options->gateway_ports == -1)
266 options->gateway_ports = 0;
1170 intptr = &options->gateway_ports;
1761 M_CP_INTOPT(gateway_ports);
2002 dump_cfg_fmtint(sGatewayPorts, o->gateway_ports);
H A Dreadconf.c472 intptr = &options->gateway_ports;
1198 options->gateway_ports = -1;
1300 if (options->gateway_ports == -1)
1301 options->gateway_ports = 0;
H A Dssh.c369 options.gateway_ports = 1;
1096 (options.gateway_ports ? "*" : "LOCALHOST") :
1106 options.gateway_ports);
H A Dmux.c524 (options.gateway_ports ? "*" : "LOCALHOST") :
531 (options.gateway_ports ? "*" : "LOCALHOST") :
739 options.gateway_ports)) {
856 options.gateway_ports) == -1)
H A Dclientloop.c1032 cancel_port, 0, options.gateway_ports) > 0;
1036 options.gateway_ports) > 0;
1050 fwd.connect_port, options.gateway_ports)) {
H A Dserverloop.c1150 &allocated_listen_port, options.gateway_ports);
H A Dsession.c395 options.gateway_ports) < 0) {

Completed in 164 milliseconds