Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_socket_h.c80 #if !defined(CMSG_FIRSTHDR) in sys_socket_h()
81 #error CMSG_FIRSTHDR in sys_socket_h()
/bionic/libc/bionic/
Drecvmsg.cpp46 for (struct cmsghdr* cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in track_fds()
Dandroid_profiling_dynamic.cpp168 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg_hdr); in HandleTracedPerfSignal()
/bionic/libc/include/sys/
Dsocket.h105 #define CMSG_FIRSTHDR(msg) \ macro