OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DROPBEAR_MAX_PORTS
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
runopts.h
56
char *ports[
DROPBEAR_MAX_PORTS
];
58
char *addresses[
DROPBEAR_MAX_PORTS
];
options.h
258
#define
DROPBEAR_MAX_PORTS
10 /* max number of ports which can be specified,
262
#define MAX_LISTEN_ADDR (
DROPBEAR_MAX_PORTS
*3)
svr-runopts.c
93
DROPBEAR_MAX_PORTS
, DROPBEAR_DEFPORT, DROPBEAR_PIDFILE);
273
if (svr_opts.portcount <
DROPBEAR_MAX_PORTS
) {
Completed in 505 milliseconds