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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.h76 #define MAXMXHOSTS 100 /* max # of MX records for one host */ macro
H A Ddomain.c29 # define MXHOSTBUFSIZE (128 * MAXMXHOSTS)
85 static char *fbhosts[MAXMXHOSTS + 1];
129 ** mxhosts -- array of MX hosts (maximum size: MAXMXHOSTS)
147 for (i = 0; i < NumFallbackMXHosts && nmx < MAXMXHOSTS; i++)
209 unsigned short prefer[MAXMXHOSTS];
210 int weight[MAXMXHOSTS];
328 while (--ancount >= 0 && cp < eom && nmx < MAXMXHOSTS - 1)
642 char *mxhosts[MAXMXHOSTS + 1];
H A Ddeliver.c1331 char *mxhosts[MAXMXHOSTS + 1];
5707 char *mxhosts[MAXMXHOSTS + 1];
5708 unsigned short mxprefs[MAXMXHOSTS + 1];
5946 unsigned short prefer[MAXMXHOSTS];
5947 long rndm[MAXMXHOSTS];
5992 if (++nmx >= MAXMXHOSTS)
H A Dsavemail.c1701 char *mxhosts[MAXMXHOSTS + 1];
H A Dmain.c4270 char *mxhosts[MAXMXHOSTS + 1];

Completed in 33 milliseconds