Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Darch.h231 #ifndef LWIP_MEM_ALIGN
232 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(unsig… macro
/device/soc/esp/esp32/components/esp_lwip/lwip/src/core/
Dpbuf.c258 pbuf_init_alloced_pbuf(q, LWIP_MEM_ALIGN((void *)((u8_t *)q + SIZEOF_STRUCT_PBUF + offset)), in pbuf_alloc()
292 pbuf_init_alloced_pbuf(p, LWIP_MEM_ALIGN((void *)((u8_t *)p + SIZEOF_STRUCT_PBUF + offset)), in pbuf_alloc()