Searched refs:from_msg32 (Results 1 – 1 of 1) sorted by relevance
645 copy_from_msghdr32(struct msghdr *to_msg, struct msghdr32 *from_msg32) in copy_from_msghdr32() argument647 to_msg->msg_name = (void*)(long)from_msg32->msg_name; in copy_from_msghdr32()648 to_msg->msg_namelen = from_msg32->msg_namelen; in copy_from_msghdr32()649 to_msg->msg_iov = (void*)(long)from_msg32->msg_iov; in copy_from_msghdr32()650 to_msg->msg_iovlen = from_msg32->msg_iovlen; in copy_from_msghdr32()651 to_msg->msg_control = (void*)(long)from_msg32->msg_control; in copy_from_msghdr32()652 to_msg->msg_controllen = from_msg32->msg_controllen; in copy_from_msghdr32()653 to_msg->msg_flags = from_msg32->msg_flags; in copy_from_msghdr32()