Searched refs:SSH2_MSG_CHANNEL_OPEN (Results 1 – 4 of 4) sorted by relevance
138 #define SSH2_MSG_CHANNEL_OPEN 90 macro
1724 (r = sshbuf_put_u8(b, SSH2_MSG_CHANNEL_OPEN)) != 0 || in client_request_forwarded_tcpip()1875 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN)) != 0 || in client_request_tun_fwd()2800 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch()
883 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch()
1102 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN)) != 0 || in open_preamble()3166 case SSH2_MSG_CHANNEL_OPEN: in channel_proxy_downstream()