Home
last modified time | relevance | path

Searched refs:SSH2_DISCONNECT_BY_APPLICATION (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh2.h164 #define SSH2_DISCONNECT_BY_APPLICATION 11 macro
H A Dclientloop.c1647 (r = sshpkt_put_u32(ssh, SSH2_DISCONNECT_BY_APPLICATION)) != 0 || in client_loop()