Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h61 #define SSH2_MSG_TRANSPORT_MAX 49 macro
Dkex.c164 SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error); in kex_reset_dispatch()
Dpacket.c976 (type <= SSH2_MSG_TRANSPORT_MAX))) { in packet_send2()