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

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh2.h139 #define SSH2_MSG_CHANNEL_OPEN 90 macro
H A Dclientloop.c1742 (r = sshbuf_put_u8(b, SSH2_MSG_CHANNEL_OPEN)) != 0 ||
1903 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN)) != 0 ||
2847 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open);
H A Dserverloop.c944 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open);
H A Dchannels.c1065 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN)) != 0 ||
3075 * - so we inspect and change both SSH2_MSG_CHANNEL_OPEN and
3086 * 5) Handling SSH2_MSG_CHANNEL_OPEN messages from the upstream server
3133 case SSH2_MSG_CHANNEL_OPEN:
3158 * Almost the same as SSH2_MSG_CHANNEL_OPEN, except then we

Completed in 198 milliseconds