Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A Dsockets.h165 #define ALIGN_D(size) ALIGN_H(size) macro
175 + ALIGN_D(sizeof(struct cmsghdr)) > \
182 ALIGN_D(sizeof(struct cmsghdr))))
184 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + \
187 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + \

Completed in 22 milliseconds