Searched refs:PROTOCOL_MAJOR_1 (Results 1 – 5 of 5) sorted by relevance
59 #define PROTOCOL_MAJOR_1 1 macro
530 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in ssh_exchange_identification()534 compat20 ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in ssh_exchange_identification()
397 PROTOCOL_MAJOR_1, PROTOCOL_MINOR_1,
517 major = PROTOCOL_MAJOR_1; in sshd_exchange_identification()523 major = PROTOCOL_MAJOR_1; in sshd_exchange_identification()
554 c->c_keytype == KT_RSA1? PROTOCOL_MAJOR_1 : PROTOCOL_MAJOR_2, in congreet()