Searched refs:SSH_MSG_NONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dssh2.h60 #define SSH_MSG_NONE 0 macro
H A Ddispatch.c103 if (type == SSH_MSG_NONE)
H A Dssh_api.c235 * Try to read a packet. Return SSH_MSG_NONE if no packet or not
238 *typep = SSH_MSG_NONE;
H A Dpacket.c1313 if (*typep != SSH_MSG_NONE)
1417 *typep = SSH_MSG_NONE;
1460 *typep = SSH_MSG_NONE;

Completed in 187 milliseconds