Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Darch.h184 #ifndef LWIP_ALIGNMENT_CAST
185 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Darch.h246 #ifndef LWIP_ALIGNMENT_CAST
247 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) macro
/components/net/lwip/lwip-2.1.2/src/core/
A 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()
/components/net/lwip/lwip-2.0.3/src/core/
A Dmemp.c215 …p = LWIP_ALIGNMENT_CAST(struct memp*, ((u8_t*)p + MEMP_SIZE + memp_pools[i]->size + MEMP_SANITY_RE… in memp_overflow_check_all()
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Detharp.c825 struct ip_hdr *iphdr = LWIP_ALIGNMENT_CAST(struct ip_hdr*, q->payload);
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Detharp.c828 struct ip_hdr *iphdr = LWIP_ALIGNMENT_CAST(struct ip_hdr *, q->payload);

Completed in 12 milliseconds