Searched refs:TLV_ALIGNTO (Results 1 – 1 of 1) sorted by relevance
129 #define TLV_ALIGNTO 4 macro130 #define TLV_ALIGN(datalen) (((datalen) + (TLV_ALIGNTO - 1)) & ~(TLV_ALIGNTO - 1))