Home
last modified time | relevance | path

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

/external/openssh/
Dssh.h51 #define PROTOCOL_MAJOR_2 2 macro
Dsshconnect.c529 PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2, SSH_VERSION); in send_client_banner()
672 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in ssh_exchange_identification()
Dssh-keyscan.c540 c->c_keytype == KT_RSA1? PROTOCOL_MAJOR_1 : PROTOCOL_MAJOR_2, in congreet()
Dsshd.c386 PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2, SSH_VERSION, in sshd_exchange_identification()