|
Lines 455-460
client_check_window_change(void)
Link Here
|
| 455 |
} |
455 |
} |
| 456 |
|
456 |
|
| 457 |
static void |
457 |
static void |
|
|
458 |
client_global_keepalive(int type, u_int32_t seq, void *ctxt) |
| 459 |
{ |
| 460 |
server_alive_timeouts = 0; |
| 461 |
} |
| 462 |
|
| 463 |
static void |
| 458 |
client_global_request_reply(int type, u_int32_t seq, void *ctxt) |
464 |
client_global_request_reply(int type, u_int32_t seq, void *ctxt) |
| 459 |
{ |
465 |
{ |
| 460 |
server_alive_timeouts = 0; |
466 |
server_alive_timeouts = 0; |
|
Lines 2002-2007
client_init_dispatch_20(void)
Link Here
|
| 2002 |
/* global request reply messages */ |
2008 |
/* global request reply messages */ |
| 2003 |
dispatch_set(SSH2_MSG_REQUEST_FAILURE, &client_global_request_reply); |
2009 |
dispatch_set(SSH2_MSG_REQUEST_FAILURE, &client_global_request_reply); |
| 2004 |
dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); |
2010 |
dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &client_global_request_reply); |
|
|
2011 |
dispatch_set(SSH2_MSG_IGNORE, &client_global_keepalive); |
| 2012 |
dispatch_set(SSH2_MSG_UNIMPLEMENTED, &client_global_keepalive); |
| 2005 |
} |
2013 |
} |
| 2006 |
static void |
2014 |
static void |
| 2007 |
client_init_dispatch_13(void) |
2015 |
client_init_dispatch_13(void) |