Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssherr.h62 #define SSH_ERR_NO_PROTOCOL_VERSION -38 macro
H A Dssherr.c100 case SSH_ERR_NO_PROTOCOL_VERSION: in ssh_err()
H A Dssh_api.c366 return SSH_ERR_NO_PROTOCOL_VERSION; in _ssh_read_banner()
H A Dkex.c1389 r = SSH_ERR_NO_PROTOCOL_VERSION; in kex_exchange_identification()