Searched refs:SMFI_INTERNAL (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfdef.h115 /* #define SMFIP_ 0x40000000L reserved: see SMFI_INTERNAL */
124 #define SMFI_INTERNAL 0x70000000L macro
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c945 ** (see below, search for SMFI_INTERNAL).
948 ctx->ctx_mta_pflags = (v & ~SMFI_INTERNAL) | internal_pflags;
1149 ctx->ctx_pflags2mta = (ctx->ctx_pflags2mta & ~SMFI_INTERNAL)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c2582 m->mf_pflags &= ~SMFI_INTERNAL;

Completed in 68 milliseconds