Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dmci.c424 if (mci->mci_state == MCIS_OPEN)
430 if (mci->mci_state != MCIS_OPEN)
565 return mci->mci_state == MCIS_OPEN;
Dusersmtp.c137 case MCIS_OPEN:
285 mci->mci_state = MCIS_OPEN;
2847 mci->mci_state = MCIS_OPEN;
3100 mci->mci_state = MCIS_OPEN;
Ddeliver.c2070 mci->mci_state = MCIS_OPEN;
2992 mci->mci_state = MCIS_OPEN;
3625 if (mci->mci_state != MCIS_OPEN)
3956 mci->mci_state = MCIS_OPEN;
Dsendmail.h920 #define MCIS_OPEN 2 /* open, initial protocol sent */ macro