Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh2.h66 #define SSH2_MSG_TRANSPORT_MAX 49 macro
H A Dssh_api.c284 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_next()
H A Dkex.c257 SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error); in kex_reset_dispatch()
H A Dpacket.c1337 type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_type_is_kex()