Home
last modified time | relevance | path

Searched refs:trymx (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c787 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument
790 bool trymx;
815 sm_dprintf("dns_getcanonname(%s, trymx=%d)\n", host, trymx);
960 (trymx || **dp == '\0'))
1032 if (trymx && mxmatch == NULL)
1132 if (qtype == T_A && !gotmx && (trymx || **dp == '\0'))
H A Dmap.c728 getcanonname(host, hbsize, trymx, pttl) in getcanonname() argument
731 bool trymx;
783 found = dns_getcanonname(host, hbsize, trymx, &status, pttl);