Searched refs:MAXDAEMONS (Results 1 – 5 of 5) sorted by relevance
120 #ifndef MAXDAEMONS121 # define MAXDAEMONS 10 /* max number of ports to listen to */ macro
54 EXTERN DAEMON_T Daemons[MAXDAEMONS];
2273 static time_t lastconn[MAXDAEMONS];2274 static int conncnt[MAXDAEMONS];2275 static time_t firstrejtime[MAXDAEMONS];2276 static time_t nextlogtime[MAXDAEMONS];2288 SM_ASSERT(dn < MAXDAEMONS);5906 #if MAXDAEMONS != 105907 "MAXDAEMONS=" SM_XSTR(MAXDAEMONS),
1907 if (NDaemons >= MAXDAEMONS)
3688 syserr("too many daemons defined (%d max)", MAXDAEMONS);