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

/openbsd-current/usr.bin/ssh/
H A Dssh2.h61 #define SSH_MSG_NONE 0 macro
H A Ddispatch.c100 if (type == SSH_MSG_NONE)
H A Dssh_api.c254 * Try to read a packet. Return SSH_MSG_NONE if no packet or not
257 *typep = SSH_MSG_NONE;
H A Dpacket.c1428 if (*typep != SSH_MSG_NONE)
1505 *typep = SSH_MSG_NONE;
1548 *typep = SSH_MSG_NONE;

Completed in 203 milliseconds