Searched refs:getmxrr (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | TRACEFLAGS | 13 8 domain.c getmxrr, getcanonname
|
H A D | domain.c | 749 NumFallbackMXHosts = getmxrr(host, fbhosts, NULL, 863 getmxrr(host, mxhosts, mxprefs, flags, rcode, pttl, port, pad) in getmxrr() function 1502 nmx = getmxrr(name, mxhosts, NULL, 0, statp, NULL, -1, NULL);
|
H A D | savemail.c | 1890 if (getmxrr(hostbuf, mxhosts, NULL, TRYFALLBACK, &rcode, NULL,
|
H A D | sendmail.h | 1465 extern int getmxrr __P((char *, char **, unsigned short *, unsigned int, int *, int *, int, int *));
|
H A D | main.c | 4461 nmx = getmxrr(p, mxhosts, NULL, TRYFALLBACK, &rcode,
|
H A D | deliver.c | 7095 nmx = getmxrr(hp, mxhosts, mxprefs,
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 1427 Make sure return parameters are initialized in getmxrr(). Problem 10814 Don't call getcanonname from getmxrr if you already know there 10875 Fix a bug causing getmxrr to add a dot to the end of unqualified
|