Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h136 #define SSH2_MSG_CHANNEL_SUCCESS 99 macro
Dserverloop.c1355 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE); in server_input_channel_req()
1379 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive); in server_init_dispatch_20()
Dclientloop.c790 if (type == SSH2_MSG_CHANNEL_SUCCESS) { in client_status_confirm()
2084 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE); in client_input_channel_req()
2600 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm); in client_init_dispatch_20()