Home
last modified time | relevance | path

Searched refs:mxhosts (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c161 fallbackmxrr(nmx, prefs, mxhosts) in fallbackmxrr() argument
164 char **mxhosts;
174 mxhosts[nmx++] = fbhosts[i];
207 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl) in getmxrr() argument
209 char **mxhosts;
308 return fallbackmxrr(nmx, prefs, mxhosts);
401 mxhosts[nmx++] = bp;
435 temp1 = mxhosts[i];
436 mxhosts[i] = mxhosts[j];
437 mxhosts[j] = temp1;
[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[0] = hp;
[all …]
H A Dsavemail.c1701 char *mxhosts[MAXMXHOSTS + 1]; local
1741 if (getmxrr(hostbuf, mxhosts, NULL, false,
H A Dmain.c4273 char *mxhosts[MAXMXHOSTS + 1]; local
4281 nmx = getmxrr(p, mxhosts, NULL, false, &rcode, true,
4288 "\t%s\n", mxhosts[i]);