Searched refs:CMSG_ALIGN (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dsocket.h274 #define CMSG_ALIGN(len) (((len) + sizeof(size_t) - 1) & (size_t) ~(sizeof(size_t) - 1)) macro
275 #define CMSG_SPACE(len) (CMSG_ALIGN(len) + CMSG_ALIGN(sizeof(struct cmsghdr)))
276 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len))

Completed in 26 milliseconds