Searched refs:CMSG_SPACE (Results 1 – 5 of 5) sorted by relevance
125 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg()187 char control[CMSG_SPACE(sizeof(int) * numfds)]; in mm_camera_socket_bundle_sendmsg()250 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg()
129 char controlData[CMSG_SPACE(sizeof(struct in_pktinfo))] = { 0 }; in sendOnInterface()236 char controlData[CMSG_SPACE(sizeof(struct in_pktinfo))]; in receiveFromInterface()
370 char buffer[CMSG_SPACE(SZ * sizeof(int))]; in RecvMsgAndFDs()419 char buffer[CMSG_SPACE(SZ * sizeof(int))]; in SendMsgAndFDs()
518 #define CMSG_SPACE(l) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(l)) macro
236 char control[CMSG_SPACE(sizeof(struct in6_pktinfo))] = { 0 }; in sendFrom()