Searched refs:remoteport (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/ |
D | 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);
|
D | cli-tcpfwd.c | 49 unsigned int remoteport); 89 unsigned int remoteport) { in cli_localtcp() argument 95 remoteport)); in cli_localtcp() 100 tcpinfo->sendport = remoteport; in cli_localtcp()
|
D | cli-runopts.c | 91 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()
|
D | runopts.h | 100 char *remoteport; member
|
D | dbutil.h | 52 int connect_remote(const char* remotehost, const char* remoteport,
|
D | cli-session.c | 287 cli_opts.remotehost, cli_opts.remoteport); in cli_finished()
|
D | dbutil.c | 303 int connect_remote(const char* remotehost, const char* remoteport, in connect_remote() argument 320 err = getaddrinfo(remotehost, remoteport, &hints, &res0); in connect_remote()
|