Searched refs:MAXDAEMONS (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/sendmail/src/
H A Ddaemon.h54 EXTERN DAEMON_T Daemons[MAXDAEMONS];
H A Dconf.h120 #ifndef MAXDAEMONS
121 # define MAXDAEMONS 10 /* max number of ports to listen to */ macro
122 /* XREF: conf.c: MAXDAEMONS != 10 */
H A Dconf.c2273 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 != 10
5907 "MAXDAEMONS=" SM_XSTR(MAXDAEMONS),
H A Ddaemon.c1907 if (NDaemons >= MAXDAEMONS)
H A Dreadcf.c3688 syserr("too many daemons defined (%d max)", MAXDAEMONS);

Completed in 130 milliseconds