Home
last modified time | relevance | path

Searched refs:SSH2_MSG_DISCONNECT (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh2.h82 #define SSH2_MSG_DISCONNECT 1 macro
H A Dpacket.c1878 if (*typep == SSH2_MSG_DISCONNECT) { in ssh_packet_read_poll_seqnr()
2929 if ((r = sshpkt_start(ssh, SSH2_MSG_DISCONNECT)) != 0 || in sshpkt_disconnect()
H A Dclientloop.c1669 if ((r = sshpkt_start(ssh, SSH2_MSG_DISCONNECT)) != 0 || in client_loop()
H A DChangeLog9590 client doesn't send a SSH2_MSG_DISCONNECT message. ok dtucker@