Searched refs:SSH2_MSG_CHANNEL_CLOSE (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h139 #define SSH2_MSG_CHANNEL_CLOSE 97 macro
H A Dnchan.c219 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_CLOSE)) != 0 ||
H A Dserverloop.c904 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose);
H A Dchannels.c2691 * 3) In both cases we need to keep track of matching SSH2_MSG_CHANNEL_CLOSE
2823 case SSH2_MSG_CHANNEL_CLOSE:
2885 case SSH2_MSG_CHANNEL_CLOSE:
2928 /* record remote_id for SSH2_MSG_CHANNEL_CLOSE */
2934 case SSH2_MSG_CHANNEL_CLOSE:
H A Dclientloop.c2312 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose);

Completed in 137 milliseconds