SshDirectTcpIpParams Struct Reference
"direct-tcpip" channel specific parameters More...
#include <ssh_connection.h>
Data Fields | |
| SshString | hostToConnect |
| uint32_t | portToConnect |
| SshString | originIpAddr |
| uint32_t | originPort |
Detailed Description
"direct-tcpip" channel specific parameters
Definition at line 71 of file ssh_connection.h.
Field Documentation
◆ hostToConnect
| SshString hostToConnect |
Definition at line 73 of file ssh_connection.h.
◆ originIpAddr
| SshString originIpAddr |
Definition at line 75 of file ssh_connection.h.
◆ originPort
| uint32_t originPort |
Definition at line 76 of file ssh_connection.h.
◆ portToConnect
| uint32_t portToConnect |
Definition at line 74 of file ssh_connection.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_connection.h
