Searched refs:SSH2_MSG_LOCAL_MIN (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ | ||
D | ssh2.h | 74 #define SSH2_MSG_LOCAL_MIN 192 macro |
D | packet.c | 1684 if (*typep < SSH2_MSG_MIN || *typep >= SSH2_MSG_LOCAL_MIN) { in ssh_packet_read_poll2() |