Remmina - The GTK+ Remote Desktop Client  v1.4.2
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
_RemminaSSHTunnel Struct Reference

#include <remmina_ssh.h>

Data Fields

RemminaSSH ssh
 
gint tunnel_type
 
ssh_channel * channels
 
gint * sockets
 
RemminaSSHTunnelBuffer ** socketbuffers
 
gint num_channels
 
gint max_channels
 
ssh_channel x11_channel
 
pthread_t thread
 
gboolean running
 
gchar * buffer
 
gint buffer_len
 
ssh_channel * channels_out
 
gint server_sock
 
gchar * dest
 
gint port
 
gint localport
 
gint remotedisplay
 
gboolean bindlocalhost
 
gchar * localdisplay
 
RemminaSSHTunnelCallback init_func
 
RemminaSSHTunnelCallback connect_func
 
RemminaSSHTunnelCallback disconnect_func
 
gpointer callback_data
 
RemminaSSHTunnelCallback destroy_func
 
gpointer destroy_func_callback_data
 

Detailed Description

Definition at line 143 of file remmina_ssh.h.

Field Documentation

◆ bindlocalhost

gboolean _RemminaSSHTunnel::bindlocalhost

Definition at line 169 of file remmina_ssh.h.

◆ buffer

gchar* _RemminaSSHTunnel::buffer

Definition at line 159 of file remmina_ssh.h.

◆ buffer_len

gint _RemminaSSHTunnel::buffer_len

Definition at line 160 of file remmina_ssh.h.

◆ callback_data

gpointer _RemminaSSHTunnel::callback_data

Definition at line 175 of file remmina_ssh.h.

◆ channels

ssh_channel* _RemminaSSHTunnel::channels

Definition at line 148 of file remmina_ssh.h.

◆ channels_out

ssh_channel* _RemminaSSHTunnel::channels_out

Definition at line 161 of file remmina_ssh.h.

◆ connect_func

RemminaSSHTunnelCallback _RemminaSSHTunnel::connect_func

Definition at line 173 of file remmina_ssh.h.

◆ dest

gchar* _RemminaSSHTunnel::dest

Definition at line 164 of file remmina_ssh.h.

◆ destroy_func

RemminaSSHTunnelCallback _RemminaSSHTunnel::destroy_func

Definition at line 177 of file remmina_ssh.h.

◆ destroy_func_callback_data

gpointer _RemminaSSHTunnel::destroy_func_callback_data

Definition at line 178 of file remmina_ssh.h.

◆ disconnect_func

RemminaSSHTunnelCallback _RemminaSSHTunnel::disconnect_func

Definition at line 174 of file remmina_ssh.h.

◆ init_func

RemminaSSHTunnelCallback _RemminaSSHTunnel::init_func

Definition at line 172 of file remmina_ssh.h.

◆ localdisplay

gchar* _RemminaSSHTunnel::localdisplay

Definition at line 170 of file remmina_ssh.h.

◆ localport

gint _RemminaSSHTunnel::localport

Definition at line 166 of file remmina_ssh.h.

◆ max_channels

gint _RemminaSSHTunnel::max_channels

Definition at line 152 of file remmina_ssh.h.

◆ num_channels

gint _RemminaSSHTunnel::num_channels

Definition at line 151 of file remmina_ssh.h.

◆ port

gint _RemminaSSHTunnel::port

Definition at line 165 of file remmina_ssh.h.

◆ remotedisplay

gint _RemminaSSHTunnel::remotedisplay

Definition at line 168 of file remmina_ssh.h.

◆ running

gboolean _RemminaSSHTunnel::running

Definition at line 157 of file remmina_ssh.h.

◆ server_sock

gint _RemminaSSHTunnel::server_sock

Definition at line 163 of file remmina_ssh.h.

◆ socketbuffers

RemminaSSHTunnelBuffer** _RemminaSSHTunnel::socketbuffers

Definition at line 150 of file remmina_ssh.h.

◆ sockets

gint* _RemminaSSHTunnel::sockets

Definition at line 149 of file remmina_ssh.h.

◆ ssh

RemminaSSH _RemminaSSHTunnel::ssh

Definition at line 144 of file remmina_ssh.h.

◆ thread

pthread_t _RemminaSSHTunnel::thread

Definition at line 156 of file remmina_ssh.h.

◆ tunnel_type

gint _RemminaSSHTunnel::tunnel_type

Definition at line 146 of file remmina_ssh.h.

◆ x11_channel

ssh_channel _RemminaSSHTunnel::x11_channel

Definition at line 154 of file remmina_ssh.h.


The documentation for this struct was generated from the following file: