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

/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.h77 #define MAXMXHOSTS 100 /* max # of MX records for one host */ macro
H A Ddomain.c39 # define MXHOSTBUFSIZE (128 * MAXMXHOSTS)
411 static char *fbhosts[MAXMXHOSTS + 1];
470 ** mxhosts -- array of MX hosts (maximum size: MAXMXHOSTS)
488 for (i = 0; i < NumFallbackMXHosts && nmx < MAXMXHOSTS; i++)
552 unsigned short prefer[MAXMXHOSTS];
553 int weight[MAXMXHOSTS];
730 while (--ancount >= 0 && cp < eom && nmx < MAXMXHOSTS - 1)
1125 char *mxhosts[MAXMXHOSTS + 1];
H A Ddeliver.c1371 char *mxhosts[MAXMXHOSTS + 1];
6021 char *mxhosts[MAXMXHOSTS + 1];
6022 unsigned short mxprefs[MAXMXHOSTS + 1];
6265 unsigned short prefer[MAXMXHOSTS];
6266 long rndm[MAXMXHOSTS];
6311 if (++nmx >= MAXMXHOSTS)
H A Dsavemail.c1842 char *mxhosts[MAXMXHOSTS + 1];
H A Dmain.c4348 char *mxhosts[MAXMXHOSTS + 1];

Completed in 126 milliseconds