Home
last modified time | relevance | path

Searched refs:SSH2_MSG_TRANSPORT_MAX (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h75 #define SSH2_MSG_TRANSPORT_MAX 49 macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkex.c147 SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error); in kex_reset_dispatch()
H A Dpacket.c885 (type <= SSH2_MSG_TRANSPORT_MAX))) { in packet_send2()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1271 dispatch_range(SSH2_MSG_KEXINIT, SSH2_MSG_TRANSPORT_MAX, in server_init_dispatch_20()
H A Dsshd.c1673 dispatch_range(SSH2_MSG_KEXINIT, SSH2_MSG_TRANSPORT_MAX, in main()