Home
last modified time | relevance | path

Searched refs:SSH2_MSG_PING (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh2.h113 #define SSH2_MSG_PING 192 macro
H A DPROTOCOL109 OpenSSH implements a transport level ping message SSH2_MSG_PING
112 #define SSH2_MSG_PING 192
H A Dpacket.c1149 case SSH2_MSG_PING: in ssh_packet_log_type()
1864 case SSH2_MSG_PING: in ssh_packet_read_poll_seqnr()
H A Dclientloop.c527 if ((r = sshpkt_start(ssh, SSH2_MSG_PING)) != 0 || in send_chaff()
H A DChangeLog4593 This adds a pair of SSH transport protocol messages SSH2_MSG_PING/PONG