Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dsockets.h155 #define ALIGN_H(size) (((size) + sizeof(long) - 1U) & ~(sizeof(long)-1U)) macro
156 #define ALIGN_D(size) ALIGN_H(size)
165 (((u8_t *)(cmsg) + ALIGN_H((cmsg)->cmsg_len) \
170 ALIGN_H((cmsg)->cmsg_len)))))
176 ALIGN_H(length))