Searched refs:SSH2_MSG_CHANNEL_OPEN (Results 1 – 4 of 4) sorted by relevance
132 #define SSH2_MSG_CHANNEL_OPEN 90 macro
1915 (r = sshbuf_put_u8(b, SSH2_MSG_CHANNEL_OPEN)) != 0 || in client_request_forwarded_tcpip()2058 packet_start(SSH2_MSG_CHANNEL_OPEN); in client_request_tun_fwd()2698 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch_20()
854 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch()
758 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_send_open()1453 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_post_x11_listener()1504 packet_start(SSH2_MSG_CHANNEL_OPEN); in port_open_helper()1653 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_post_auth_listener()2497 case SSH2_MSG_CHANNEL_OPEN: