Home
last modified time | relevance | path

Searched refs:SM_LM_VRS_MAJOR (Results 1 – 3 of 3) 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) ||
H A Dsmfi.c883 *major = SM_LM_VRS_MAJOR(SMFI_VERSION);
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h35 #define SM_LM_VRS_MAJOR(v) (((v) & 0x7f000000) >> 24) macro