OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH_DEFAULT_PORT
(Results
1 - 6
of
6
) sorted by null
/external/openssh/
ssh.h
19
#define
SSH_DEFAULT_PORT
22
ssh-keyscan.c
53
int ssh_port =
SSH_DEFAULT_PORT
;
servconf.c
175
options->ports[options->num_ports++] =
SSH_DEFAULT_PORT
;
511
options->ports[options->num_ports++] =
SSH_DEFAULT_PORT
;
[
all
...]
misc.c
368
if (port == 0 || port ==
SSH_DEFAULT_PORT
)
ssh.c
730
options.port = sp ? ntohs(sp->s_port) :
SSH_DEFAULT_PORT
;
[
all
...]
sshconnect.c
818
port !=
SSH_DEFAULT_PORT
) {
[
all
...]
Completed in 2105 milliseconds