OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH_PROTO_1
(Results
1 - 7
of
7
) sorted by null
/external/openssh/
compat.h
31
#define
SSH_PROTO_1
0x01
compat.c
194
ret |=
SSH_PROTO_1
;
sshd.c
409
if ((options.protocol &
SSH_PROTO_1
) &&
498
if (!(options.protocol &
SSH_PROTO_1
)) {
1284
if ((options.protocol &
SSH_PROTO_1
) &&
[
all
...]
servconf.c
159
if (options->protocol &
SSH_PROTO_1
)
[
all
...]
ssh.c
332
options.protocol =
SSH_PROTO_1
;
[
all
...]
sshconnect.c
525
if (!(options.protocol &
SSH_PROTO_1
)) {
[
all
...]
readconf.c
[
all
...]
Completed in 40 milliseconds