Home
last modified time | relevance | path

Searched refs:msghdr32 (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.81.2/bsd/kern/
H A Duipc_syscalls.c2969 const struct user32_msghdr_x *msghdr32; in internalize_user_msghdr_array() local
2971 msghdr32 = ((const struct user32_msghdr_x *)src) + i; in internalize_user_msghdr_array()
2973 user_msg->msg_name = msghdr32->msg_name; in internalize_user_msghdr_array()
2974 user_msg->msg_namelen = msghdr32->msg_namelen; in internalize_user_msghdr_array()
2975 user_msg->msg_iov = msghdr32->msg_iov; in internalize_user_msghdr_array()
2976 user_msg->msg_iovlen = msghdr32->msg_iovlen; in internalize_user_msghdr_array()
2977 user_msg->msg_control = msghdr32->msg_control; in internalize_user_msghdr_array()
2978 user_msg->msg_controllen = msghdr32->msg_controllen; in internalize_user_msghdr_array()
2979 user_msg->msg_flags = msghdr32->msg_flags; in internalize_user_msghdr_array()
2980 user_msg->msg_datalen = msghdr32->msg_datalen; in internalize_user_msghdr_array()
[all …]