Searched refs:MCIF_ONLY_EHLO (Results 1 – 2 of 2) sorted by relevance
2838 # define ONLY_HELO(f) bitset(MCIF_ONLY_EHLO, f)2839 # define SET_HELO(f) f |= MCIF_ONLY_EHLO2840 # define CLR_HELO(f) f &= ~MCIF_ONLY_EHLO3162 MCIF_ONLY_EHLO;
733 #define MCIF_ONLY_EHLO 0x10000000 /* use only EHLO in smtpinit */ macro