Lines Matching refs:fwd_opts
2751 int is_client, struct ForwardOptions *fwd_opts) argument
2758 if (fwd_opts->gateway_ports)
2760 } else if (fwd_opts->gateway_ports || is_client) {
2764 (!is_client && fwd_opts->gateway_ports == 1)) {
2799 int *allocated_listen_port, struct ForwardOptions *fwd_opts) argument
2823 is_client, fwd_opts);
2943 struct ForwardOptions *fwd_opts) argument
2995 omask = umask(fwd_opts->streamlocal_bind_mask);
2997 fwd_opts->streamlocal_bind_unlink);
3068 int cport, struct ForwardOptions *fwd_opts) argument
3072 const char *addr = channel_fwd_bind_addr(lhost, NULL, 1, fwd_opts);
3129 channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) argument
3134 return channel_cancel_lport_listener_tcpip(fwd->listen_host, fwd->listen_port, cport, fwd_opts);
3139 channel_setup_local_fwd_listener(struct Forward *fwd, struct ForwardOptions *fwd_opts) argument
3143 SSH_CHANNEL_UNIX_LISTENER, fwd, fwd_opts);
3146 fwd, NULL, fwd_opts);
3153 int *allocated_listen_port, struct ForwardOptions *fwd_opts) argument
3157 SSH_CHANNEL_RUNIX_LISTENER, fwd, fwd_opts);
3161 fwd_opts);
3421 channel_input_port_forward_request(int is_root, struct ForwardOptions *fwd_opts) argument
3446 success = channel_setup_local_fwd_listener(&fwd, fwd_opts);