Home
last modified time | relevance | path

Searched refs:remoteport (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/
Dcli-main.c57 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);
Dcli-tcpfwd.c49 unsigned int remoteport);
89 unsigned int remoteport) { in cli_localtcp() argument
95 remoteport)); in cli_localtcp()
100 tcpinfo->sendport = remoteport; in cli_localtcp()
Dcli-runopts.c91 cli_opts.remoteport = NULL; in cli_getopts()
157 next = &cli_opts.remoteport; in cli_getopts()
274 if (cli_opts.remoteport == NULL) { in cli_getopts()
275 cli_opts.remoteport = "22"; in cli_getopts()
Drunopts.h100 char *remoteport; member
Ddbutil.h52 int connect_remote(const char* remotehost, const char* remoteport,
Dcli-session.c287 cli_opts.remotehost, cli_opts.remoteport); in cli_finished()
Ddbutil.c303 int connect_remote(const char* remotehost, const char* remoteport, in connect_remote() argument
320 err = getaddrinfo(remotehost, remoteport, &hints, &res0); in connect_remote()