Searched refs:trymx (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 787 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 D | map.c | 728 getcanonname(host, hbsize, trymx, pttl) in getcanonname() argument 731 bool trymx; 783 found = dns_getcanonname(host, hbsize, trymx, &status, pttl);
|