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

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h25 #define SSH_MSG_NONE 0 /* no message */ macro
H A Ddispatch.c94 if (type == SSH_MSG_NONE)
H A Dpacket.c1078 if (type != SSH_MSG_NONE) {
1161 * SSH_MSG_NONE. This does not wait for data from the connection.
1177 return SSH_MSG_NONE;
1187 return SSH_MSG_NONE;
1270 return SSH_MSG_NONE;
1286 return SSH_MSG_NONE;
1304 return SSH_MSG_NONE;
1321 return SSH_MSG_NONE;
1343 return SSH_MSG_NONE;
1354 return SSH_MSG_NONE;
[all...]

Completed in 144 milliseconds