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.c1522 if (*typep < SSH_MSG_MIN || *typep > SSH_MSG_MAX) { in ssh_packet_read_poll1()