Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dsocket.h213 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct c… macro
/kernel/linux/linux-5.10/include/linux/
Dsocket.h118 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) macro
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h118 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) macro