Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dssh.h47 #define PROTOCOL_MAJOR_1 1 macro
Dsshconnect.c531 compat20 ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in send_client_banner()
674 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in ssh_exchange_identification()
Dssh-keyscan.c538 c->c_keytype == KT_RSA1? PROTOCOL_MAJOR_1 : PROTOCOL_MAJOR_2, in congreet()
Dsshd.c441 major = PROTOCOL_MAJOR_1; in sshd_exchange_identification()
448 major = PROTOCOL_MAJOR_1; in sshd_exchange_identification()