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

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h132 #define SSH2_MSG_CHANNEL_OPEN 90 macro
H A Dclientloop.c1514 (r = sshbuf_put_u8(b, SSH2_MSG_CHANNEL_OPEN)) != 0 ||
1651 packet_start(SSH2_MSG_CHANNEL_OPEN);
2316 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open);
H A Dserverloop.c908 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open);
H A Dchannels.c907 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN)) != 0 ||
2684 * - so we inspect and change both SSH2_MSG_CHANNEL_OPEN and
2695 * 5) Handling SSH2_MSG_CHANNEL_OPEN messages from the upstream server
2742 case SSH2_MSG_CHANNEL_OPEN:
2767 * Almost the same as SSH2_MSG_CHANNEL_OPEN, except then we

Completed in 130 milliseconds