Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dmain.c56 SM_LM_VRS_MINOR(smfi->xxfi_version) != SM_LM_VRS_MINOR(SMFI_VERSION)) &&
H A Dsmfi.c885 *minor = SM_LM_VRS_MINOR(SMFI_VERSION);
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h36 #define SM_LM_VRS_MINOR(v) (((v) & 0x007fff00) >> 8) macro