Searched refs:msg_control (Results 1 – 11 of 11) sorted by relevance
32 if ((unsigned char *) (cmsg + 1) > ((unsigned char *) mhdr->msg_control in __cmsg_nxthdr()35 > ((unsigned char *) mhdr->msg_control + mhdr->msg_controllen))) in __cmsg_nxthdr()
64 .msg_control = cmsg_storage.bytes, in subprocess()123 .msg_control = cmsg_storage.bytes, in one_test()
40 if (msg->msg_control == NULL || msg->msg_controllen == 0) in __convert_scm_timestamps()
120 .msg_control = NULL, in __check_native()
165 .msg_control = NULL, in make_request()
168 .msg_control = NULL, in __netlink_request()
215 void *msg_control; /* Ancillary data (eg BSD filedesc passing). */ member244 ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)267 if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control in __NTH()270 > ((unsigned char *) __mhdr->msg_control + __mhdr->msg_controllen))) in __NTH()
267 void *msg_control; /* Ancillary data (eg BSD filedesc passing). */ member300 ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)322 if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control in __NTH()325 > ((unsigned char *) __mhdr->msg_control + __mhdr->msg_controllen))) in __NTH()
194 message->msg_control, in __libc_sendmsg()
172 memcpy (message->msg_control, cdata, message->msg_controllen); in __libc_recvmsg()
929 m.msg_control = NULL; in tf_recvmsg()1365 m.msg_control = NULL; in tf_sendmsg()
Completed in 28 milliseconds