Home
last modified time | relevance | path

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

/external/openssh/
Dcompat.h33 #define SSH_PROTO_2 0x04 macro
Dcompat.c243 ret |= SSH_PROTO_2; in proto_spec()
Dsshconnect.c566 if (options.protocol == SSH_PROTO_2) { in ssh_exchange_identification()
639 (options.protocol & SSH_PROTO_2) && in ssh_exchange_identification()
661 if (options.protocol & SSH_PROTO_2) { in ssh_exchange_identification()
672 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in ssh_exchange_identification()
Dreadconf.c1980 options->protocol = SSH_PROTO_2; in fill_default_options()
1988 if (options->protocol & SSH_PROTO_2) { in fill_default_options()
2392 case SSH_PROTO_2: in fmt_intarg()
2394 case (SSH_PROTO_1|SSH_PROTO_2): in fmt_intarg()
Dssh.c615 options.protocol = SSH_PROTO_2; in main()