Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h65 #define SSH2_MSG_TRANSPORT_MAX 49 macro
Dssh_api.c270 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_next()
Dkex.c424 SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error); in kex_reset_dispatch()
Dpacket.c1231 type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_type_is_kex()