Lines Matching defs:bit
147 ** 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;
562 bit = SMFIP_NR_CONN;
565 bit = SMFIP_NR_HELO;
568 bit = SMFIP_NR_MAIL;
571 bit = SMFIP_NR_RCPT;
574 bit = SMFIP_NR_DATA;
577 bit = SMFIP_NR_UNKN;
580 bit = SMFIP_NR_HDR;
583 bit = SMFIP_NR_EOH;
586 bit = SMFIP_NR_BODY;
589 bit = 0;
592 return bit;
616 unsigned long bit;
620 bit = get_nr_bit(ctx->ctx_state);
621 if (bit != 0 && (ctx->ctx_pflags & bit) != 0 && r != SMFIS_NOREPLY)
709 if (bit != 0 &&
710 (ctx->ctx_pflags & bit) != 0 &&
711 (ctx->ctx_mta_pflags & bit) == 0)
1099 ** As this protocol is a bit "wierd" (it asks for steps
1680 ** see fix_stm() which sets this bit for those