Home
last modified time | relevance | path

Searched defs:CMSG_SPACE (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dsocket.h216 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/kernel/linux/linux-5.10/include/linux/
Dsocket.h112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro