HomeSort by relevance Sort by last modified time
    Searched refs:remoteport (Results 1 - 11 of 11) 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);
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
35 and if remoteport is not given, then 25 is used.
518 options.remoteport = int(remotespec[i+1:])
536 (options.remotehost, options.remoteport))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
35 and if remoteport is not given, then 25 is used.
518 options.remoteport = int(remotespec[i+1:])
536 (options.remotehost, options.remoteport))
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
35 and if remoteport is not given, then 25 is used.
518 options.remoteport = int(remotespec[i+1:])
536 (options.remotehost, options.remoteport))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
35 and if remoteport is not given, then 25 is used.
518 options.remoteport = int(remotespec[i+1:])
536 (options.remotehost, options.remoteport))

Completed in 108 milliseconds