Home
last modified time | relevance | path

Searched refs:SSH2_MSG_LOCAL_MIN (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/openssh/dist/
H A Dssh2.h75 #define SSH2_MSG_LOCAL_MIN 192 macro
H A Dpacket.c1669 if (*typep < SSH2_MSG_MIN || *typep >= SSH2_MSG_LOCAL_MIN) { in ssh_packet_read_poll2()