Searched refs:msghdr32 (Results 1 – 1 of 1) sorted by relevance
3669 const struct user32_msghdr_x *msghdr32; in internalize_user_msghdr_array() local3671 msghdr32 = ((const struct user32_msghdr_x *)src) + i; in internalize_user_msghdr_array()3673 user_msg->msg_name = msghdr32->msg_name; in internalize_user_msghdr_array()3674 user_msg->msg_namelen = msghdr32->msg_namelen; in internalize_user_msghdr_array()3675 user_msg->msg_iov = msghdr32->msg_iov; in internalize_user_msghdr_array()3676 user_msg->msg_iovlen = msghdr32->msg_iovlen; in internalize_user_msghdr_array()3677 user_msg->msg_control = msghdr32->msg_control; in internalize_user_msghdr_array()3678 user_msg->msg_controllen = msghdr32->msg_controllen; in internalize_user_msghdr_array()3679 user_msg->msg_flags = msghdr32->msg_flags; in internalize_user_msghdr_array()3680 user_msg->msg_datalen = msghdr32->msg_datalen; in internalize_user_msghdr_array()[all …]