HomeSort by relevance Sort by last modified time
    Searched refs:SSH_MSG_NONE (Results 1 - 3 of 3) sorted by null

  /external/openssh/
ssh1.h 25 #define SSH_MSG_NONE 0 /* no message */
dispatch.c 94 if (type == SSH_MSG_NONE)
packet.c 1053 if (type != SSH_MSG_NONE) {
1136 * SSH_MSG_NONE. This does not wait for data from the connection.
1152 return SSH_MSG_NONE;
1162 return SSH_MSG_NONE;
    [all...]

Completed in 45 milliseconds