Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Duipc_syscalls.c2974 const struct user32_msghdr_x *msghdr32; in internalize_user_msghdr_array() local
2976 msghdr32 = ((const struct user32_msghdr_x *)src) + i; in internalize_user_msghdr_array()
2978 user_msg->msg_name = msghdr32->msg_name; in internalize_user_msghdr_array()
2979 user_msg->msg_namelen = msghdr32->msg_namelen; in internalize_user_msghdr_array()
2980 user_msg->msg_iov = msghdr32->msg_iov; in internalize_user_msghdr_array()
2981 user_msg->msg_iovlen = msghdr32->msg_iovlen; in internalize_user_msghdr_array()
2982 user_msg->msg_control = msghdr32->msg_control; in internalize_user_msghdr_array()
2983 user_msg->msg_controllen = msghdr32->msg_controllen; in internalize_user_msghdr_array()
2984 user_msg->msg_flags = msghdr32->msg_flags; in internalize_user_msghdr_array()
2985 user_msg->msg_datalen = msghdr32->msg_datalen; in internalize_user_msghdr_array()
[all …]