Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh1.h42 #define SSH_CMSG_REQUEST_PTY 10 /* TERM, tty modes */ macro
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dssh.c878 packet_start(SSH_CMSG_REQUEST_PTY);
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsession.c312 case SSH_CMSG_REQUEST_PTY: in do_authenticated1()