Home
last modified time | relevance | path

Searched refs:SMFI_VERSION (Results 1 – 6 of 6) 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)) &&
65 (int) SMFI_VERSION);
H A Dsmfi.c883 *major = SM_LM_VRS_MAJOR(SMFI_VERSION);
885 *minor = SM_LM_VRS_MINOR(SMFI_VERSION);
887 *patchlevel = SM_LM_VRS_PLVL(SMFI_VERSION);
H A Dexample.c241 SMFI_VERSION, /* version code -- do not change */
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h24 #ifndef SMFI_VERSION
26 #define SMFI_VERSION 0x01000002 /* libmilter version number */ macro
31 #define SMFI_VERSION 0x01000001 /* libmilter version number */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c2523 m->mf_fvers > SMFI_VERSION)
2527 m->mf_name, m->mf_fvers, SMFI_VERSION);
2531 m->mf_name, m->mf_fvers, SMFI_VERSION);
H A Dsrvrsmtp.c3264 #if MILTER && SMFI_VERSION > 2
3366 #if MILTER && SMFI_VERSION > 3