Searched refs:msghdr32 (Results 1 – 1 of 1) sorted by relevance
2928 const struct user32_msghdr_x *msghdr32; in internalize_user_msghdr_array() local2930 msghdr32 = ((const struct user32_msghdr_x *)src) + i; in internalize_user_msghdr_array()2932 user_msg->msg_name = msghdr32->msg_name; in internalize_user_msghdr_array()2933 user_msg->msg_namelen = msghdr32->msg_namelen; in internalize_user_msghdr_array()2934 user_msg->msg_iov = msghdr32->msg_iov; in internalize_user_msghdr_array()2935 user_msg->msg_iovlen = msghdr32->msg_iovlen; in internalize_user_msghdr_array()2936 user_msg->msg_control = msghdr32->msg_control; in internalize_user_msghdr_array()2937 user_msg->msg_controllen = msghdr32->msg_controllen; in internalize_user_msghdr_array()2938 user_msg->msg_flags = msghdr32->msg_flags; in internalize_user_msghdr_array()2939 user_msg->msg_datalen = msghdr32->msg_datalen; in internalize_user_msghdr_array()[all …]