Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c191 if (type >= ST_MCI)
389 if (s->s_symtype >= ST_MCI) in rmexpstab()
438 #define MAXSTTYPES (ST_MCI + 1)
H A Dmci.c320 s = stab(host, ST_MCI + m->m_mno, ST_ENTER);
496 s = stab(host, ST_MCI + m->m_mno, ST_FIND);
H A Dsendmail.h1503 #define ST_MCI 17 /* mailer connection info (offset) */ macro