Searched refs:SSH_MSG_MAX (Results 1 – 2 of 2) sorted by relevance
23 #define SSH_MSG_MAX 254 macro
1662 if (*typep < SSH_MSG_MIN || *typep > SSH_MSG_MAX) { in ssh_packet_read_poll1()