#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <stat.h>
#include <util.h>
#include <signal.h>
#include <fcntl.h>
#include <sys/param.h>
#include "CSSHTunnel.h"
Include dependency graph for (sample) CSSHTunnel.cpp:
_01_c_s_s_h_tunnel_8cpp__incl.png)
Go to the source code of this file.
Data Structures | |
| class | SSHTunnel |
Defines | |
| #define | MAXPATHLEN 1024 |
Typedefs | |
| typedef int(* | SSHIdleCallback )(void *inUserData) |
Enumerations | |
| enum | { SSHNoErr = 0, SSHParamErr = -1, SSHNotFoundErr = -2, SSHCouldNotExecuteErr = -3, SSHCouldNotCommunicateErr = -4, SSHBadPasswordErr = -5, SSHDisconnectedErr = -6 } |
Variables | |
| CSSHTunnel | h |
| CUT HERE CUT HERE CUT HERE CUT HERE CUT HERE CUT HERE CSSHTunnel | cpp |
| CUT HERE CUT HERE CUT HERE CUT HERE CUT HERE CUT HERE CSSHTunnel | NULL |
|
|
Referenced by SSHTunnel::DoConnect(), SSHTunnel::FindSSH(), SSHTunnel::SendCommand(), and SSHTunnel::WaitForData(). |
|
|
Definition at line 12 of file (sample) CSSHTunnel.cpp. |
|
|
Definition at line 14 of file (sample) CSSHTunnel.cpp. |
|
|
Definition at line 85 of file (sample) CSSHTunnel.cpp. |
|
|
Definition at line 11 of file (sample) CSSHTunnel.cpp. |
|
1.4.4