Searched defs:svr_runopts (Results 1 – 1 of 1) sorted by relevance
46 typedef struct svr_runopts { struct48 char * rsakeyfile;49 char * dsskeyfile;50 char * bannerfile;52 int forkbg;53 int usingsyslog;56 char *ports[DROPBEAR_MAX_PORTS];57 unsigned int portcount;58 char *addresses[DROPBEAR_MAX_PORTS];60 int inetdmode;[all …]