Home
last modified time | relevance | path

Searched refs:SSH_CMSG_PORT_FORWARD_REQUEST (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh1.h60 #define SSH_CMSG_PORT_FORWARD_REQUEST 28 /* p,host,hp (i,s,i) */ macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c351 case SSH_CMSG_PORT_FORWARD_REQUEST: in do_authenticated1()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2380 packet_start(SSH_CMSG_PORT_FORWARD_REQUEST); in channel_request_remote_forwarding()