Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh1.h69 #define SSH_CMSG_REQUEST_COMPRESSION 37 /* level 1-9 (int) */ macro
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dssh.c861 packet_start(SSH_CMSG_REQUEST_COMPRESSION);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c295 case SSH_CMSG_REQUEST_COMPRESSION: in do_authenticated1()