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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcompat.h33 #define SSH_PROTO_2 0x04 macro
H A Dcompat.c200 ret |= SSH_PROTO_2;
H A Dsshconnect.c482 if (options.protocol == SSH_PROTO_2) {
555 (options.protocol & SSH_PROTO_2) &&
577 if (options.protocol & SSH_PROTO_2) {
588 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1,
H A Dsshd.c431 (options.protocol & SSH_PROTO_2)) {
434 } else if (options.protocol & SSH_PROTO_2) {
515 if (options.protocol & SSH_PROTO_2)
534 if (options.protocol & SSH_PROTO_2) {
1668 if ((options.protocol & SSH_PROTO_2) && !sensitive_data.have_ssh2_key) {
1670 options.protocol &= ~SSH_PROTO_2;
1673 if (!(options.protocol & (SSH_PROTO_1|SSH_PROTO_2))) {
H A Dservconf.c163 options->protocol = SSH_PROTO_2;
169 if (options->protocol & SSH_PROTO_2) {
1845 case SSH_PROTO_2:
1847 case (SSH_PROTO_1|SSH_PROTO_2):
H A Dreadconf.c1356 options->protocol = SSH_PROTO_2;
1362 if (options->protocol & SSH_PROTO_2) {
H A Dssh.c340 options.protocol = SSH_PROTO_2;

Completed in 200 milliseconds