Home
last modified time | relevance | path

Searched refs:LWIP_ALIGNMENT_CAST (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Darch.h244 #ifndef LWIP_ALIGNMENT_CAST
245 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro
/third_party/lwip/src/core/
Dmemp.c160 …p = LWIP_ALIGNMENT_CAST(struct memp *, ((u8_t *)p + MEMP_SIZE + memp_pools[i]->size + MEM_SANITY_R… in memp_overflow_check_all()
/third_party/lwip/src/core/ipv4/
Detharp.c828 struct ip_hdr *iphdr = LWIP_ALIGNMENT_CAST(struct ip_hdr *, q->payload);