Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h44 #define SSH_CMSG_EXEC_SHELL 12 /* */ macro
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c973 packet_start(SSH_CMSG_EXEC_SHELL);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsession.c422 case SSH_CMSG_EXEC_SHELL: in do_authenticated1()