Searched refs:SSH2_MSG_PONG (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dssh2.h114 #define SSH2_MSG_PONG 193 macro
H A Dpacket.c1126 case SSH2_MSG_PONG:
1843 if ((r = sshpkt_start(ssh, SSH2_MSG_PONG)) != 0 ||
1848 case SSH2_MSG_PONG:
1852 DBG(debug("Received SSH2_MSG_PONG len %zu", len));

Completed in 174 milliseconds