Home
last modified time | relevance | path

Searched refs:xxfi_version (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dmain.c55 if ((SM_LM_VRS_MAJOR(smfi->xxfi_version) != SM_LM_VRS_MAJOR(SMFI_VERSION) ||
56 SM_LM_VRS_MINOR(smfi->xxfi_version) != SM_LM_VRS_MINOR(SMFI_VERSION)) &&
57 smfi->xxfi_version != 2 &&
58 smfi->xxfi_version != 3 &&
59 smfi->xxfi_version != 4)
64 smfi->xxfi_name, smfi->xxfi_version,
H A Dengine.c905 else if (ctx->ctx_smfi->xxfi_version >= SMFI_VERSION_MDS)
929 else if (ctx->ctx_smfi->xxfi_version < SMFI_VERSION_MDS &&
935 (long) ctx->ctx_id, ctx->ctx_smfi->xxfi_version, v);
970 g->a_ctx->ctx_smfi->xxfi_version > 4 &&
1319 g->a_ctx->ctx_smfi->xxfi_version > 3 &&
1453 g->a_ctx->ctx_smfi->xxfi_version > 2 &&
H A Dlistener.c931 if (smfi->xxfi_version <= 3 || smfi->xxfi_data == NULL)
933 if (smfi->xxfi_version <= 2 || smfi->xxfi_unknown == NULL)
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h111 int xxfi_version; /* version code -- do not change */ member