OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROTOCOL_MAJOR_2
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
ssh.h
45
#define
PROTOCOL_MAJOR_2
2
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
414
major =
PROTOCOL_MAJOR_2
;
[
all
...]
Completed in 41 milliseconds