Lines Matching refs:protocol
11 * incompatible with the protocol description in the RFC file, it must be
189 { "protocol", oProtocol },
734 fatal("%.200s line %d: Bad protocol 2 host key algorithms '%s'.",
741 intptr = &options->protocol;
747 fatal("%.200s line %d: Bad protocol spec '%s'.",
1163 options->protocol = SSH_PROTO_UNKNOWN;
1278 if (options->protocol == SSH_PROTO_UNKNOWN)
1279 options->protocol = SSH_PROTO_2;
1281 if (options->protocol & SSH_PROTO_1) {
1288 if (options->protocol & SSH_PROTO_2) {