Searched refs:mxprefs (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 207 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl) in getmxrr() argument 210 unsigned short *mxprefs; 251 if (mxprefs != NULL) 252 prefs = mxprefs;
|
H A D | deliver.c | 5707 unsigned short mxprefs[MAXMXHOSTS + 1]; local 5808 nmx = getmxrr(hp, mxhosts, mxprefs, true, &rcode, true, 5878 if (mxprefs[i] == mxprefs[i - 1])
|