Searched refs:SSH2_MSG_CHANNEL_OPEN (Results 1 – 4 of 4) sorted by relevance
135 #define SSH2_MSG_CHANNEL_OPEN 90 macro
588 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_send_open()1164 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_post_x11_listener()1209 packet_start(SSH2_MSG_CHANNEL_OPEN); in port_open_helper()1316 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_post_auth_listener()
1255 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch_20()
1574 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch_20()