Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h142 #define SSH2_MSG_CHANNEL_FAILURE 100 macro
Dserverloop.c951 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in server_input_channel_req()
977 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_FAILURE, &server_input_keep_alive); in server_init_dispatch()
Dclientloop.c679 } else if (type == SSH2_MSG_CHANNEL_FAILURE) { in client_status_confirm()
1793 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in client_input_channel_req()
2416 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_FAILURE, &channel_input_status_confirm); in client_init_dispatch()
Dchannels.c2909 case SSH2_MSG_CHANNEL_FAILURE: