Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h141 #define SSH2_MSG_CHANNEL_SUCCESS 99 macro
Dserverloop.c951 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in server_input_channel_req()
976 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
Dclientloop.c676 if (type == SSH2_MSG_CHANNEL_SUCCESS) { in client_status_confirm()
1793 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in client_input_channel_req()
2415 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm); in client_init_dispatch()
Dchannels.c2908 case SSH2_MSG_CHANNEL_SUCCESS: