Home
last modified time | relevance | path

Searched refs:SSH_PROTO_2 (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dcompat.h33 #define SSH_PROTO_2 0x04 macro
Dcompat.c197 ret |= SSH_PROTO_2; in proto_spec()
Dsshd.c410 (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))) {
Dsshconnect.c520 (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()
Dservconf.c156 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()
Dreadconf.c1279 options->protocol = SSH_PROTO_2; in fill_default_options()
1288 if (options->protocol & SSH_PROTO_2) { in fill_default_options()
Dssh.c335 options.protocol = SSH_PROTO_2; in main()