Home
last modified time | relevance | path

Searched refs:SSH2_MSG_CHANNEL_SUCCESS (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dserverloop.c904 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in server_input_channel_req()
929 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &server_input_keep_alive); in server_init_dispatch()
H A Dchannels.c3118 case SSH2_MSG_CHANNEL_SUCCESS: in channel_proxy_upstream()
H A Dclientloop.c676 if (type == SSH2_MSG_CHANNEL_SUCCESS) { in client_status_confirm()
1776 SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE)) != 0 || in client_input_channel_req()
2589 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm); in client_init_dispatch()
H A Dssh2.h141 #define SSH2_MSG_CHANNEL_SUCCESS 99 macro