Searched refs:SSH_PROTO_2 (Results 1 – 5 of 5) sorted by relevance
33 #define SSH_PROTO_2 0x04 macro
243 ret |= SSH_PROTO_2; in proto_spec()
566 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()
1980 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()
615 options.protocol = SSH_PROTO_2; in main()