Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.h54 EXTERN DAEMON_T Daemons[MAXDAEMONS];
H A Dconf.h115 #define MAXDAEMONS 10 /* max number of ports to listen to */ macro
H A Dconf.c2196 static time_t lastconn[MAXDAEMONS];
2197 static int conncnt[MAXDAEMONS];
2198 static time_t firstrejtime[MAXDAEMONS];
2199 static time_t nextlogtime[MAXDAEMONS];
2211 SM_ASSERT(dn < MAXDAEMONS);
H A Dreadcf.c2820 syserr("too many daemons defined (%d max)", MAXDAEMONS);
H A Ddaemon.c1871 if (NDaemons >= MAXDAEMONS)