Searched defs:mxhosts (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c1701 char *mxhosts[MAXMXHOSTS + 1]; local
1741 if (getmxrr(hostbuf, mxhosts, NULL, false,
H A Ddomain.c150 ** mxhosts -- array of MX hosts (maximum size: MAXMXHOSTS)
157 ** that host to mxhosts (and modifies prefs accordingly).
161 fallbackmxrr(nmx, prefs, mxhosts)
164 char **mxhosts;
174 mxhosts[nmx++] = fbhosts[i];
184 ** mxhosts -- a pointer to a return buffer of MX records.
197 ** If no MX records are found, mxhosts[0] is set to host
201 ** The entries made for mxhosts point to a static array
207 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl)
209 char **mxhosts;
663 char *mxhosts[MAXMXHOSTS + 1]; local
[all...]
H A Ddeliver.c1331 char *mxhosts[MAXMXHOSTS + 1]; local
2011 nummxhosts = parse_hostsignature(curhost, mxhosts, m);
2023 if (*mxhosts[hostnum] == '[')
2025 endp = strchr(mxhosts[hostnum] + 1, ']');
2030 endp = strpbrk(mxhosts[hostnum], ":,");
2032 endp = strpbrk(mxhosts[hostnum], ":,");
2058 if (*mxhosts[hostnum] == '\0')
2066 (void) sm_strlcpy(hostbuf, mxhosts[hostnum],
5706 char *mxhosts[MAXMXHOSTS + 1]; local
5801 mxhosts[
[all...]
H A Dmain.c4273 char *mxhosts[MAXMXHOSTS + 1]; local
4281 nmx = getmxrr(p, mxhosts, NULL, false, &rcode, true,
4288 "\t%s\n", mxhosts[i]);

Completed in 79 milliseconds