Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h94 #define SSH2_MSG_SERVICE_ACCEPT 6 macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2.c143 packet_start(SSH2_MSG_SERVICE_ACCEPT); in input_service_request()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c326 if (type != SSH2_MSG_SERVICE_ACCEPT) in ssh_userauth2()