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

/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.h56 EXTERN DAEMON_T Daemons[MAXDAEMONS];
H A Dconf.h115 #define MAXDAEMONS 10 /* max number of ports to listen to */ macro
H A Dconf.c2193 static time_t lastconn[MAXDAEMONS];
2194 static int conncnt[MAXDAEMONS];
2195 static time_t firstrejtime[MAXDAEMONS];
2196 static time_t nextlogtime[MAXDAEMONS];
2208 SM_ASSERT(dn < MAXDAEMONS);
H A Ddaemon.c1872 if (NDaemons >= MAXDAEMONS)
H A Dreadcf.c2851 syserr("too many daemons defined (%d max)", MAXDAEMONS);

Completed in 54 milliseconds