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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh2.h146 #define SSH2_MSG_CHANNEL_CLOSE 97 macro
H A Dnchan.c223 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_CLOSE)) != 0 ||
H A Dserverloop.c940 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose);
H A Dchannels.c3122 * 3) In both cases we need to keep track of matching SSH2_MSG_CHANNEL_CLOSE
3253 case SSH2_MSG_CHANNEL_CLOSE:
3315 case SSH2_MSG_CHANNEL_CLOSE:
3356 /* record remote_id for SSH2_MSG_CHANNEL_CLOSE */
3362 case SSH2_MSG_CHANNEL_CLOSE:
H A Dclientloop.c2843 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose);

Completed in 208 milliseconds