Searched refs:SSH_PROTO_2 (Results 1 – 7 of 7) sorted by relevance
34 #define SSH_PROTO_2 0x04 macro
378 (options.protocol & SSH_PROTO_2)) { in sshd_exchange_identification()381 } else if (options.protocol & SSH_PROTO_2) { in sshd_exchange_identification()460 if (options.protocol & SSH_PROTO_2) in sshd_exchange_identification()479 if (options.protocol & SSH_PROTO_2) { in sshd_exchange_identification()1432 if ((options.protocol & SSH_PROTO_2) && !sensitive_data.have_ssh2_key) { in main()1434 options.protocol &= ~SSH_PROTO_2; in main()1436 if (!(options.protocol & (SSH_PROTO_1|SSH_PROTO_2))) { in main()
197 ret |= SSH_PROTO_2; in proto_spec()
494 (options.protocol & SSH_PROTO_2) && in ssh_exchange_identification()516 if (options.protocol & SSH_PROTO_2) { in ssh_exchange_identification()527 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in ssh_exchange_identification()
125 options->protocol = SSH_PROTO_1|SSH_PROTO_2; in fill_default_server_options()131 if (options->protocol & SSH_PROTO_2) { in fill_default_server_options()1357 case SSH_PROTO_2: in fmt_intarg()1359 case (SSH_PROTO_1|SSH_PROTO_2): in fmt_intarg()
1113 options->protocol = SSH_PROTO_1|SSH_PROTO_2; in fill_default_options()1122 if (options->protocol & SSH_PROTO_2) { in fill_default_options()
268 options.protocol = SSH_PROTO_2; in main()