OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 22 milliseconds