Lines Matching refs:fwd_opts

3738     int is_client, struct ForwardOptions *fwd_opts)  in channel_fwd_bind_addr()  argument
3745 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()
3793 struct ForwardOptions *fwd_opts) in channel_setup_fwd_listener_tcpip() argument
3821 is_client, fwd_opts); in channel_setup_fwd_listener_tcpip()
3950 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_fwd_listener_streamlocal() argument
4002 omask = umask(fwd_opts->streamlocal_bind_mask); in channel_setup_fwd_listener_streamlocal()
4004 fwd_opts->streamlocal_bind_unlink); in channel_setup_fwd_listener_streamlocal()
4080 struct ForwardOptions *fwd_opts) in channel_cancel_lport_listener_tcpip() argument
4084 const char *addr = channel_fwd_bind_addr(ssh, lhost, NULL, 1, fwd_opts); in channel_cancel_lport_listener_tcpip()
4142 struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) in channel_cancel_lport_listener() argument
4149 fwd->listen_host, fwd->listen_port, cport, fwd_opts); in channel_cancel_lport_listener()
4156 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_local_fwd_listener() argument
4160 SSH_CHANNEL_UNIX_LISTENER, fwd, fwd_opts); in channel_setup_local_fwd_listener()
4163 SSH_CHANNEL_PORT_LISTENER, fwd, NULL, fwd_opts); in channel_setup_local_fwd_listener()
4233 int *allocated_listen_port, struct ForwardOptions *fwd_opts) in channel_setup_remote_fwd_listener() argument
4258 SSH_CHANNEL_RUNIX_LISTENER, fwd, fwd_opts); in channel_setup_remote_fwd_listener()
4262 fwd_opts); in channel_setup_remote_fwd_listener()