Searched refs:MNL_ALIGNTO (Results 1 – 1 of 1) sorted by relevance
41 #define MNL_ALIGNTO 4 macro42 #define MNL_ALIGN(len) (((len)+MNL_ALIGNTO-1) & ~(MNL_ALIGNTO-1))