OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROTOCOL_MAJOR_1
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
ssh.h
41
#define
PROTOCOL_MAJOR_1
1
sshconnect.c
553
(options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 :
PROTOCOL_MAJOR_1
,
557
compat20 ? PROTOCOL_MAJOR_2 :
PROTOCOL_MAJOR_1
,
[
all
...]
ssh-keyscan.c
457
c->c_keytype == KT_RSA1?
PROTOCOL_MAJOR_1
: PROTOCOL_MAJOR_2,
sshd.c
411
major =
PROTOCOL_MAJOR_1
;
418
major =
PROTOCOL_MAJOR_1
;
[
all
...]
Completed in 793 milliseconds