HomeSort by relevance Sort by last modified time
    Searched refs:SSH_PROTO_2 (Results 1 - 7 of 7) sorted by null

  /external/openssh/
compat.h 33 #define SSH_PROTO_2 0x04
compat.c 207 ret |= SSH_PROTO_2;
sshconnect.c 564 if (options.protocol == SSH_PROTO_2) {
637 (options.protocol & SSH_PROTO_2) &&
659 if (options.protocol & SSH_PROTO_2) {
670 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1,
    [all...]
sshd.c 421 (options.protocol & SSH_PROTO_2)) {
424 } else if (options.protocol & SSH_PROTO_2) {
513 if (options.protocol & SSH_PROTO_2)
532 if (options.protocol & SSH_PROTO_2) {
    [all...]
readconf.c     [all...]
servconf.c 190 options->protocol = SSH_PROTO_2;
196 if (options->protocol & SSH_PROTO_2) {
    [all...]
ssh.c 606 options.protocol = SSH_PROTO_2;
    [all...]

Completed in 346 milliseconds