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

/freebsd-10.1-release/crypto/openssh/
H A Dssh2.h136 #define SSH2_MSG_CHANNEL_SUCCESS 99 macro
H A Dserverloop.c1218 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
1241 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive);
H A Dclientloop.c790 if (type == SSH2_MSG_CHANNEL_SUCCESS) {
2077 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
2215 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm);

Completed in 107 milliseconds