Searched refs:SSH2_MSG_DISCONNECT (Results 1 – 4 of 4) sorted by relevance
82 #define SSH2_MSG_DISCONNECT 1 macro
1878 if (*typep == SSH2_MSG_DISCONNECT) { in ssh_packet_read_poll_seqnr()2929 if ((r = sshpkt_start(ssh, SSH2_MSG_DISCONNECT)) != 0 || in sshpkt_disconnect()
1669 if ((r = sshpkt_start(ssh, SSH2_MSG_DISCONNECT)) != 0 || in client_loop()
9590 client doesn't send a SSH2_MSG_DISCONNECT message. ok dtucker@