Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh2.h135 #define SSH2_MSG_CHANNEL_OPEN 90 macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c588 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()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1255 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch_20()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1574 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch_20()