Home
last modified time | relevance | path

Searched refs:LWIP_PACKED_CAST (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Darch.h256 #ifndef LWIP_PACKED_CAST
257 #define LWIP_PACKED_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro
/third_party/lwip/src/core/ipv6/
Dip6.c1048 icmp6_param_problem(p, ICMP6_PP_FIELD, LWIP_PACKED_CAST(const void *, &ip6hdr->_plen));