Home
last modified time | relevance | path

Searched refs:ctx_mta_pflags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c711 (ctx->ctx_mta_pflags & bit) == 0)
987 if ((SMFIP_SKIP & ctx->ctx_mta_pflags) != 0)
991 ctx->ctx_mta_pflags|fake_pflags,
1032 if ((SMFIP_SKIP & ctx->ctx_mta_pflags) != 0)
1040 (long) ctx->ctx_id, r, ctx->ctx_mta_pflags,
1053 if ((ctx->ctx_mta_pflags & i) != i)
1067 if ((ctx->ctx_mta_pflags & b) != b &&
1095 if ((ctx->ctx_mta_pflags & i) != i)
1114 if ((ctx->ctx_mta_pflags & i) != i)
1119 (long) ctx->ctx_id, ctx->ctx_mta_pflags, i);
[all …]
H A Dlibmilter.h108 unsigned long ctx_mta_pflags; /* MTA protocol flags */ member