| 363 |
void SSH_request_X11_forwarding(PTInstVar pvar, |
void SSH_request_X11_forwarding(PTInstVar pvar, |
| 364 |
char FAR * auth_protocol, unsigned char FAR * auth_data, int auth_data_len, int screen_num); |
char FAR * auth_protocol, unsigned char FAR * auth_data, int auth_data_len, int screen_num); |
| 365 |
void SSH_open_channel(PTInstVar pvar, uint32 local_channel_num, |
void SSH_open_channel(PTInstVar pvar, uint32 local_channel_num, |
| 366 |
char FAR * to_remote_host, int to_remote_port, char FAR * originator); |
char FAR * to_remote_host, int to_remote_port, |
| 367 |
|
char FAR * originator, unsigned short originator_port); |
| 368 |
|
|
| 369 |
/* auxiliary SSH2 interfaces for pkt.c */ |
/* auxiliary SSH2 interfaces for pkt.c */ |
| 370 |
int SSH_get_min_packet_size(PTInstVar pvar); |
int SSH_get_min_packet_size(PTInstVar pvar); |
| 385 |
void ssh_heartbeat_lock(void); |
void ssh_heartbeat_lock(void); |
| 386 |
void ssh_heartbeat_unlock(void); |
void ssh_heartbeat_unlock(void); |
| 387 |
void halt_ssh_heartbeat_thread(PTInstVar pvar); |
void halt_ssh_heartbeat_thread(PTInstVar pvar); |
| 388 |
|
void ssh2_channel_free(void); |
| 389 |
BOOL handle_SSH2_userauth_inforeq(PTInstVar pvar); |
BOOL handle_SSH2_userauth_inforeq(PTInstVar pvar); |
| 390 |
|
|
| 391 |
#endif |
#endif |