Searched refs:LWIP_PACKED_CAST (Results 1 – 2 of 2) sorted by relevance
258 #ifndef LWIP_PACKED_CAST259 #define LWIP_PACKED_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro
988 icmp6_param_problem(p, ICMP6_PP_FIELD, LWIP_PACKED_CAST(const void *, &ip6hdr->_plen));
Completed in 9 milliseconds