Home
last modified time | relevance | path

Searched refs:server_input_keep_alive (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dserverloop.c899 server_input_keep_alive(int type, u_int32_t seq, void *ctxt) in server_input_keep_alive() function
1379 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive); in server_init_dispatch_20()
1380 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &server_input_keep_alive); in server_init_dispatch_20()
1381 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive); in server_init_dispatch_20()
1382 dispatch_set(SSH2_MSG_REQUEST_FAILURE, &server_input_keep_alive); in server_init_dispatch_20()