Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h72 #define SSH2_MSG_MIN 1 macro
Dpacket.c1368 if (type < SSH2_MSG_MIN || type >= SSH2_MSG_LOCAL_MIN) in packet_read_poll2()