Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/libmilter/
HDmain.c55 if ((SM_LM_VRS_MAJOR(smfi->xxfi_version) != SM_LM_VRS_MAJOR(SMFI_VERSION) ||
HDsmfi.c882 *major = SM_LM_VRS_MAJOR(SMFI_VERSION);
/freebsd-11-stable/contrib/sendmail/include/libmilter/
HDmfapi.h31 #define SM_LM_VRS_MAJOR(v) (((v) & 0x7f000000) >> 24) macro