Searched refs:SSH_PROTO_2 (Results 1 – 7 of 7) sorted by relevance
33 #define SSH_PROTO_2 0x04 macro
197 ret |= SSH_PROTO_2; in proto_spec()
410 (options.protocol & SSH_PROTO_2)) { in sshd_exchange_identification()413 } else if (options.protocol & SSH_PROTO_2) { in sshd_exchange_identification()492 if (options.protocol & SSH_PROTO_2) in sshd_exchange_identification()511 if (options.protocol & SSH_PROTO_2) { in sshd_exchange_identification()1617 if ((options.protocol & SSH_PROTO_2) && !sensitive_data.have_ssh2_key) {1619 options.protocol &= ~SSH_PROTO_2;1621 if (!(options.protocol & (SSH_PROTO_1|SSH_PROTO_2))) {
520 (options.protocol & SSH_PROTO_2) && in ssh_exchange_identification()542 if (options.protocol & SSH_PROTO_2) { in ssh_exchange_identification()553 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in ssh_exchange_identification()
156 options->protocol = SSH_PROTO_2; in fill_default_server_options()162 if (options->protocol & SSH_PROTO_2) { in fill_default_server_options()1603 case SSH_PROTO_2: in fmt_intarg()1605 case (SSH_PROTO_1|SSH_PROTO_2): in fmt_intarg()
1279 options->protocol = SSH_PROTO_2; in fill_default_options()1288 if (options->protocol & SSH_PROTO_2) { in fill_default_options()
335 options.protocol = SSH_PROTO_2; in main()