Searched refs:ST_MCI (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c188 ** s = stab(host, ST_MCI + m->m_mno, ST_ENTER);
190 ** Therefore, anything ST_MCI or larger is an s_mci.
193 if (type >= ST_MCI)
391 if (s->s_symtype >= ST_MCI)
440 #define MAXSTTYPES (ST_MCI + 1)
H A Dmci.c322 s = stab(host, ST_MCI + m->m_mno, ST_ENTER);
498 s = stab(host, ST_MCI + m->m_mno, ST_FIND);
H A Dsendmail.h1503 #define ST_MCI 17 /* mailer connection info (offset) */ macro

Completed in 76 milliseconds