OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a2port
(Results
1 - 10
of
10
) sorted by null
/external/dropbear/
scpmisc.h
23
int
a2port
(const char *);
/external/openssh/
misc.h
25
int
a2port
(const char *);
readconf.c
[
all
...]
auth-options.c
344
if (p == NULL || (port =
a2port
(p)) <= 0) {
servconf.c
782
options->ports[options->num_ports++] =
a2port
(arg);
836
else if ((port =
a2port
(arg)) <= 0)
[
all
...]
misc.c
234
a2port
(const char *s)
function
ssh-keyscan.c
638
ssh_port =
a2port
(optarg);
clientloop.c
917
cancel_port =
a2port
(s);
920
cancel_port =
a2port
(cancel_host);
[
all
...]
ssh.c
528
options.port =
a2port
(optarg);
[
all
...]
sshd.c
[
all
...]
Completed in 984 milliseconds