Searched defs:getmxrr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c135 NumFallbackMXHosts = getmxrr(host, fbhosts, NULL, false,
207 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl) function
236 sm_dprintf("getmxrr(%s, droplocalhost=%d)\n",
281 sm_dprintf("getmxrr: res_search(%s) failed (errno=%d, h_errno=%d)\n",
315 syserr("getmxrr: res_search (%s) failed with impossible h_errno (%d)",
672 nmx = getmxrr(name, mxhosts, NULL, false, statp, false, NULL);

Completed in 357 milliseconds