Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddomain.c41 # define MXHOSTBUFSIZE (128 * MAXMXHOSTS)
708 static char *fbhosts[MAXMXHOSTS + 1];
787 for (i = 0; i < NumFallbackMXHosts && nmx < MAXMXHOSTS; i++)
887 unsigned short prefer[MAXMXHOSTS];
888 int weight[MAXMXHOSTS];
1059 while (--ancount >= 0 && cp < eom && nmx < MAXMXHOSTS - 1)
1493 char *mxhosts[MAXMXHOSTS + 1];
H A Dconf.h77 #define MAXMXHOSTS 100 /* max # of MX records for one host */ macro
H A Ddeliver.c1753 char *mxhosts[MAXMXHOSTS + 1];
6989 char *mxhosts[MAXMXHOSTS + 1];
6990 unsigned short mxprefs[MAXMXHOSTS + 1];
7276 unsigned short prefer[MAXMXHOSTS];
7277 long rndm[MAXMXHOSTS];
7316 if (++nmx >= MAXMXHOSTS)
7806 char *mxhosts[MAXMXHOSTS + 1];
H A Dsavemail.c1850 char *mxhosts[MAXMXHOSTS + 1];
H A Dmain.c4453 char *mxhosts[MAXMXHOSTS + 1];