Searched refs:getcanonname (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 | daemon.c | 3500 getcanonname(hostbuf, size, true, NULL) == HOST_NOTFOUND) 3508 if (getcanonname(hostbuf, size, true, NULL) == HOST_NOTFOUND) 4256 r = getcanonname(hbuf, sizeof(hbuf) - 1, !HasWildcardMX, &ttl);
|
H A D | domain.c | 1345 (n = getcanonname(mxhosts[0], sizeof(MXHostBuf) - 2, false,
|
H A D | sendmail.h | 1464 extern int getcanonname __P((char *, int, bool, int *));
|
H A D | main.c | 4495 (void) getcanonname(host, sizeof(host), !HasWildcardMX,
|
H A D | map.c | 970 getcanonname(host, hbsize, trymx, pttl) in getcanonname() function
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 10579 Another patch to really truly ignore MX records in getcanonname 10808 Change "trymx" option in getcanonname() to ignore all MX data, 10810 anything, because the only time you called getcanonname 10814 Don't call getcanonname from getmxrr if you already know there
|