Home
last modified time | relevance | path

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

/external/openssh/
Dcompat.h31 #define SSH_PROTO_1 0x01 macro
Dcompat.c239 ret |= SSH_PROTO_1; in proto_spec()
Dreadconf.c1984 if (options->protocol & SSH_PROTO_1) { in fill_default_options()
2390 case SSH_PROTO_1: in fmt_intarg()
2394 case (SSH_PROTO_1|SSH_PROTO_2): in fmt_intarg()
Dsshconnect.c644 if (!(options.protocol & SSH_PROTO_1)) { in ssh_exchange_identification()
Dssh.c612 options.protocol = SSH_PROTO_1; in main()