Searched refs:MAXMAILERS (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sendmail/
H A Dmailstats.h34 long stat_nf[MAXMAILERS]; /* # msgs from each mailer */
35 long stat_bf[MAXMAILERS]; /* kbytes from each mailer */
36 long stat_nt[MAXMAILERS]; /* # msgs to each mailer */
37 long stat_bt[MAXMAILERS]; /* kbytes to each mailer */
38 long stat_nr[MAXMAILERS]; /* # rejects by each mailer */
39 long stat_nd[MAXMAILERS]; /* # discards by each mailer */
40 long stat_nq[MAXMAILERS]; /* # quarantines by each mailer */
H A Dsendmail.h32 #ifndef MAXMAILERS
33 # define MAXMAILERS 25 /* maximum mailers known to system */ macro
34 #endif /* ! MAXMAILERS */
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailstats.c66 char mtable[MAXMAILERS][MNAMELEN + 1];
190 if (mno >= MAXMAILERS)
194 MAXMAILERS);
212 for (; mno < MAXMAILERS; mno++)
292 for (i = 0; i < MAXMAILERS; i++)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstats.c175 for (i = 0; i < MAXMAILERS; i++)
H A Dmci.c496 if (m->m_mno < 0 || m->m_mno > MAXMAILERS)
H A Dmain.c2064 for (i = 0; i < MAXMAILERS; i++)
4182 for (i = 0; i < MAXMAILERS; i++)
H A Dreadcf.c1524 if (nextmailer >= MAXMAILERS)
1526 syserr("too many mailers defined (%d max)", MAXMAILERS);
H A Dsendmail.h491 EXTERN MAILER *Mailer[MAXMAILERS + 1];

Completed in 106 milliseconds