Searched refs:ctx_pflags (Results 1 – 3 of 3) sorted by relevance
933 ctx->ctx_pflags |= SMFIP_NOCONNECT;935 ctx->ctx_pflags |= SMFIP_NOHELO;937 ctx->ctx_pflags |= SMFIP_NOMAIL;939 ctx->ctx_pflags |= SMFIP_NORCPT;941 ctx->ctx_pflags |= SMFIP_NOHDRS;943 ctx->ctx_pflags |= SMFIP_NOEOH;945 ctx->ctx_pflags |= SMFIP_NOBODY;947 ctx->ctx_pflags |= SMFIP_NODATA;949 ctx->ctx_pflags |= SMFIP_NOUNKNOWN;
625 if (bit != 0 && (ctx->ctx_pflags & bit) != 0 && r != SMFIS_NOREPLY)718 (ctx->ctx_pflags & bit) != 0 &&994 m_pflags = ctx->ctx_pflags;1039 ctx->ctx_pflags2mta = ctx->ctx_pflags;1055 ctx->ctx_pflags = m_pflags;1088 ctx->ctx_pflags2mta = ctx->ctx_pflags;1138 , ctx->ctx_aflags, ctx->ctx_pflags);1721 fl = ctx->ctx_pflags;
82 unsigned long ctx_pflags; /* milter protocol flags */ member