Home
last modified time | relevance | path

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

/external/openssh/
Dserverloop.c420 server_input_keep_alive(int type, u_int32_t seq, void *ctxt) in server_input_keep_alive() function
861 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
862 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &server_input_keep_alive); in server_init_dispatch()
863 dispatch_set(SSH2_MSG_REQUEST_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
864 dispatch_set(SSH2_MSG_REQUEST_FAILURE, &server_input_keep_alive); in server_init_dispatch()