Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h74 #define SSH2_MSG_LOCAL_MIN 192 macro
Dpacket.c1684 if (*typep < SSH2_MSG_MIN || *typep >= SSH2_MSG_LOCAL_MIN) { in ssh_packet_read_poll2()