Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Dstab.c193 if (type >= ST_MCI)
391 if (s->s_symtype >= ST_MCI) in rmexpstab()
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