Home
last modified time | relevance | path

Searched refs:ctx_pflags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c918 ctx->ctx_pflags |= SMFIP_NOCONNECT;
920 ctx->ctx_pflags |= SMFIP_NOHELO;
922 ctx->ctx_pflags |= SMFIP_NOMAIL;
924 ctx->ctx_pflags |= SMFIP_NORCPT;
926 ctx->ctx_pflags |= SMFIP_NOHDRS;
928 ctx->ctx_pflags |= SMFIP_NOEOH;
930 ctx->ctx_pflags |= SMFIP_NOBODY;
932 ctx->ctx_pflags |= SMFIP_NODATA;
934 ctx->ctx_pflags |= SMFIP_NOUNKNOWN;
H A Dengine.c621 if (bit != 0 && (ctx->ctx_pflags & bit) != 0 && r != SMFIS_NOREPLY)
710 (ctx->ctx_pflags & bit) != 0 &&
986 m_pflags = ctx->ctx_pflags;
1031 ctx->ctx_pflags2mta = ctx->ctx_pflags;
1047 ctx->ctx_pflags = m_pflags;
1080 ctx->ctx_pflags2mta = ctx->ctx_pflags;
1130 , ctx->ctx_aflags, ctx->ctx_pflags);
1713 fl = ctx->ctx_pflags;
H A Dlibmilter.h82 unsigned long ctx_pflags; /* milter protocol flags */ member