Home
last modified time | relevance | path

Searched refs:SSH_ERR_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssherr.h55 #define SSH_ERR_DISCONNECTED -29 macro
H A Dssherr.c89 case SSH_ERR_DISCONNECTED: in ssh_err()
H A Ddispatch.c121 return SSH_ERR_DISCONNECTED; in ssh_dispatch_run()