Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h22 #define SSH_MSG_MIN 1 macro
Dpacket.c1229 if (type < SSH_MSG_MIN || type > SSH_MSG_MAX) in packet_read_poll1()