Searched refs:CMSG_FIRSTHDR (Results 1 – 4 of 4) sorted by relevance
80 #if !defined(CMSG_FIRSTHDR) in sys_socket_h()81 #error CMSG_FIRSTHDR in sys_socket_h()
46 for (struct cmsghdr* cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in track_fds()
168 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg_hdr); in HandleTracedPerfSignal()
105 #define CMSG_FIRSTHDR(msg) \ macro