Searched refs:MXADS_ISSET (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | deliver.c | 54 # define MXADS_ISSET(mxads, i) (0 != bitnset(bitidx(i), mxads)) macro 67 # define MXADS_ISSET(mxads, i) 0 macro 2029 if (MXADS_ISSET(mxads, 0)) 2038 RCPT_MXSECURE(to), MXADS_ISSET(mxads, 0), ste); 2578 mxsecure = MXADS_ISSET(mxads, hostnum); 7822 "mx[%d]=%s, ad=%d\n", i, mxhosts[i], MXADS_ISSET(mxads, 0));
|