Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c50 # define MXHOSTBUFSIZE (128 * MAXMXHOSTS)
106 static char *fbhosts[MAXMXHOSTS + 1];
168 for (i = 0; i < NumFallbackMXHosts && nmx < MAXMXHOSTS; i++)
230 unsigned short prefer[MAXMXHOSTS];
231 int weight[MAXMXHOSTS];
349 while (--ancount >= 0 && cp < eom && nmx < MAXMXHOSTS - 1)
663 char *mxhosts[MAXMXHOSTS + 1];
H A Dconf.h76 #define MAXMXHOSTS 100 /* max # of MX records for one host */ macro
H A Ddeliver.c1331 char *mxhosts[MAXMXHOSTS + 1];
5706 char *mxhosts[MAXMXHOSTS + 1];
5707 unsigned short mxprefs[MAXMXHOSTS + 1];
5945 unsigned short prefer[MAXMXHOSTS];
5946 long rndm[MAXMXHOSTS];
5991 if (++nmx >= MAXMXHOSTS)
H A Dsavemail.c1701 char *mxhosts[MAXMXHOSTS + 1];
H A Dmain.c4273 char *mxhosts[MAXMXHOSTS + 1];