Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh1.h61 #define SSH_MSG_PORT_OPEN 29 /* ch,h,p (i,s,i) */ macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1291 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in server_init_dispatch_13()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1598 dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); in client_init_dispatch_13()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1228 packet_start(SSH_MSG_PORT_OPEN); in port_open_helper()