HomeSort by relevance Sort by last modified time
    Searched refs:remotefwds (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
runopts.h 113 struct TCPFwdList * remotefwds; member in struct:cli_runopts
cli-tcpfwd.c 152 if (cli_opts.remotefwds == NULL) {
153 TRACE(("cli_opts.remotefwds == NULL"))
156 iter = cli_opts.remotefwds;
179 iter = cli_opts.remotefwds;
cli-runopts.c 106 cli_opts.remotefwds = NULL;
126 addforward(argv[i], &cli_opts.remotefwds);

Completed in 104 milliseconds