Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h45 #define SSH_CMSG_EXEC_CMD 13 /* cmd (string) */ macro
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c967 packet_start(SSH_CMSG_EXEC_CMD);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsession.c423 case SSH_CMSG_EXEC_CMD: in do_authenticated1()
424 if (type == SSH_CMSG_EXEC_CMD) { in do_authenticated1()