Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dmem.h107 #ifndef LWIP_MEM_ALIGN_BUFFER
108 #define LWIP_MEM_ALIGN_BUFFER(size) (((size) + MEM_ALIGNMENT - 1)) macro
/external/syslinux/core/lwip/src/core/
Ddns.c224 static u8_t dns_payload_buffer[LWIP_MEM_ALIGN_BUFFER(DNS_MSG_SIZE)];