Searched refs:SSH_MSG_NONE (Results 1 – 4 of 4) sorted by relevance
25 #define SSH_MSG_NONE 0 /* no message */ macro
108 if (type == SSH_MSG_NONE) in ssh_dispatch_run()
1298 if (*typep != SSH_MSG_NONE) in ssh_packet_read_seqnr()1407 *typep = SSH_MSG_NONE; in ssh_packet_read_poll1()1546 *typep = SSH_MSG_NONE; in ssh_packet_read_poll2()1808 case SSH_MSG_NONE: in ssh_packet_read_poll_seqnr()1809 return SSH_MSG_NONE; in ssh_packet_read_poll_seqnr()
234 *typep = SSH_MSG_NONE; in ssh_packet_next()