Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dsockets.h156 #define ALIGN_D(size) ALIGN_H(size) macro
166 + ALIGN_D(sizeof(struct cmsghdr)) > \
173 ALIGN_D(sizeof(struct cmsghdr))))
175 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + \
178 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + \