Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c785 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument
788 bool trymx;
813 sm_dprintf("dns_getcanonname(%s, trymx=%d)\n", host, trymx);
958 (trymx || **dp == '\0'))
1030 if (trymx && mxmatch == NULL)
1130 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);