Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h74 #define SSH2_MSG_TRANSPORT_MIN 1 macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkex.c146 dispatch_range(SSH2_MSG_TRANSPORT_MIN, in kex_reset_dispatch()
H A Dpacket.c884 if (!((type >= SSH2_MSG_TRANSPORT_MIN) && in packet_send2()