Searched refs:SSH_MSG_NONE (Results 1 – 5 of 5) sorted by relevance
60 #define SSH_MSG_NONE 0 macro
108 if (type == SSH_MSG_NONE) in ssh_dispatch_run()
1435 if (*typep != SSH_MSG_NONE) in ssh_packet_read_seqnr()1547 *typep = SSH_MSG_NONE; in ssh_packet_read_poll1()1684 *typep = SSH_MSG_NONE; in ssh_packet_read_poll2_mux()1727 *typep = SSH_MSG_NONE; in ssh_packet_read_poll2()2001 case SSH_MSG_NONE: in ssh_packet_read_poll_seqnr()2002 return SSH_MSG_NONE; in ssh_packet_read_poll_seqnr()
238 *typep = SSH_MSG_NONE; in ssh_packet_next()
4155 move SSH_MSG_NONE, so we don't have to include ssh1.h;