Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/sys/
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 3 milliseconds