Home
last modified time | relevance | path

Searched refs:MCIF_ONLY_EHLO (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/src/
H A Ddeliver.c2838 # define ONLY_HELO(f) bitset(MCIF_ONLY_EHLO, f)
2839 # define SET_HELO(f) f |= MCIF_ONLY_EHLO
2840 # define CLR_HELO(f) f &= ~MCIF_ONLY_EHLO
3162 MCIF_ONLY_EHLO;
H A Dsendmail.h733 #define MCIF_ONLY_EHLO 0x10000000 /* use only EHLO in smtpinit */ macro