Searched refs:mxprefs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/sendmail/src/
H A Ddomain.c164 ** mxprefs -- a pointer to a return buffer of MX preferences.
186 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl)
189 unsigned short *mxprefs;
230 if (mxprefs != NULL)
231 prefs = mxprefs;
H A Ddeliver.c5715 unsigned short mxprefs[MAXMXHOSTS + 1]; local
5816 nmx = getmxrr(hp, mxhosts, mxprefs, true, &rcode, true,
5886 if (mxprefs[i] == mxprefs[i - 1])

Completed in 96 milliseconds