Searched refs:LWIP_ALIGNMENT_CAST (Results 1 – 1 of 1) sorted by relevance
186 #ifndef LWIP_ALIGNMENT_CAST187 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro