Searched refs:mx_stat (Results 1 – 1 of 1) sorted by relevance
676 mf_status mx_stat; in callout_strict() local677 mx_stat = callout_mx(iop, hostname, &mxcount); in callout_strict()678 if (!(mx_stat == mf_not_found && mxcount == 0) in callout_strict()679 && (mf_resolved(mx_stat) in callout_strict()680 || mx_stat == mf_timeout in callout_strict()681 || mx_stat == mf_temp_failure)) in callout_strict()682 rc = mx_stat; in callout_strict()