Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h60 #define SSH2_MSG_TRANSPORT_MIN 1 macro
Dkex.c163 dispatch_range(SSH2_MSG_TRANSPORT_MIN, in kex_reset_dispatch()
Dpacket.c975 if (!((type >= SSH2_MSG_TRANSPORT_MIN) && in packet_send2()