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

/openbsd-current/usr.bin/ssh/
H A Dssh2.h147 #define SSH2_MSG_CHANNEL_SUCCESS 99 macro
H A Dserverloop.c854 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 ||
879 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive);
H A Dclientloop.c824 if (type == SSH2_MSG_CHANNEL_SUCCESS) {
1987 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 ||
2790 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm);
H A Dchannels.c3271 case SSH2_MSG_CHANNEL_SUCCESS:

Completed in 83 milliseconds