Searched refs:ALIGN_D (Results 1 – 1 of 1) sorted by relevance
283 #if !defined(ALIGN_D)284 #define ALIGN_D(x) ROUND_UP(x, __alignof__(z_max_align_t)) macro308 ALIGN_D(sizeof(struct cmsghdr)) > \323 #define CMSG_DATA(cmsg) ((uint8_t *)(cmsg) + ALIGN_D(sizeof(struct cmsghdr)))331 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + ALIGN_H(length))340 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + length)