Home | History | Annotate | Download | only in dropbear

Lines Matching refs:remotehost

60 					"-L <listenport:remotehost:remoteport> Local port forwarding\n"
64 "-R <listenport:remotehost:remoteport> Remote port forwarding\n"
90 cli_opts.remotehost = NULL;
239 if (cli_opts.remotehost == NULL) {
269 if (cli_opts.remotehost == NULL) {
331 cli_opts.remotehost = strchr(userhostarg, '@');
332 if (cli_opts.remotehost == NULL) {
335 cli_opts.remotehost = userhostarg;
337 cli_opts.remotehost[0] = '\0'; /* Split the user/host */
338 cli_opts.remotehost++;
353 if (cli_opts.remotehost[0] == '\0') {