Home
last modified time | relevance | path

Searched refs:MCIS_OPEN (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dmci.c279 if (mci->mci_state == MCIS_OPEN)
285 if (mci->mci_state != MCIS_OPEN)
H A Dusersmtp.c91 case MCIS_OPEN:
196 mci->mci_state = MCIS_OPEN;
681 mci->mci_state = MCIS_OPEN;
773 mci->mci_state = MCIS_OPEN;
H A Ddeliver.c1037 mci->mci_state = clever ? MCIS_OPENING : MCIS_OPEN;
1400 mci->mci_state = clever ? MCIS_OPENING : MCIS_OPEN;
1459 if (mci->mci_state != MCIS_OPEN)
H A Dsendmail.h348 #define MCIS_OPEN 2 /* open, initial protocol sent */ macro