OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remoteport
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/
cli-main.c
57
cli_opts.remotehost, cli_opts.
remoteport
))
63
sock = connect_remote(cli_opts.remotehost, cli_opts.
remoteport
,
75
cli_opts.remotehost, cli_opts.
remoteport
);
95
cli_opts.
remoteport
, format);
cli-tcpfwd.c
49
unsigned int
remoteport
);
89
unsigned int
remoteport
) {
95
remoteport
));
100
tcpinfo->sendport =
remoteport
;
runopts.h
100
char *
remoteport
;
member in struct:cli_runopts
cli-runopts.c
49
"-p <
remoteport
>\n"
60
"-L <listenport:remotehost:
remoteport
> Local port forwarding\n"
64
"-R <listenport:remotehost:
remoteport
> Remote port forwarding\n"
91
cli_opts.
remoteport
= NULL;
156
case 'p': /*
remoteport
*/
157
next = &cli_opts.
remoteport
;
274
if (cli_opts.
remoteport
== NULL) {
275
cli_opts.
remoteport
= "22";
359
/* Turn a "listenport:remoteaddr:
remoteport
" string into into a forwarding
dbutil.h
52
int connect_remote(const char* remotehost, const char*
remoteport
,
cli-session.c
287
cli_opts.remotehost, cli_opts.
remoteport
);
dbutil.c
303
int connect_remote(const char* remotehost, const char*
remoteport
,
320
err = getaddrinfo(remotehost,
remoteport
, &hints, &res0);
Completed in 4920 milliseconds