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

  /external/openssh/
ssh1.h 25 #define SSH_MSG_NONE 0 /* no message */
dispatch.c 108 if (type == SSH_MSG_NONE)
ssh_api.c 20 #include "ssh1.h" /* For SSH_MSG_NONE */
231 * Try to read a packet. Return SSH_MSG_NONE if no packet or not
234 *typep = SSH_MSG_NONE;
packet.c     [all...]

Completed in 61 milliseconds