Searched defs:bit (Results 1 - 1 of 1) sorted by relevance

/sendmail/libmilter/
H A Dengine.c147 ** each state (ST_*) corresponds to bit in an int value (1 << state)
154 #define MI_MASK(x) (0x0001 << (x)) /* generate a bit "mask" for a state */
428 ** if the IGNO bit is set: "ignore" the error,
541 ** GET_NR_BIT -- get "no reply" bit matching state
547 ** 0: no matching bit
548 ** >0: the matching "no reply" bit
557 unsigned long bit; local
562 bit = SMFIP_NR_CONN;
565 bit = SMFIP_NR_HELO;
568 bit
616 unsigned long bit; local
[all...]

Completed in 17 milliseconds