Home
last modified time | relevance | path

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

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