Home
last modified time | relevance | path

Searched defs:recv_msg_array (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Duipc_syscalls.c2223 struct recv_msg_elem *recv_msg_array = NULL; in recvmsg_x() local
2988 struct recv_msg_elem *recv_msg_array) in internalize_recv_msghdr_array()
3112 struct recv_msg_elem *recv_msg_array, int *ret_error) in externalize_recv_msghdr_array()
3235 free_recv_msg_array(struct recv_msg_elem *recv_msg_array, u_int count) in free_recv_msg_array()
3256 recv_msg_array_resid(struct recv_msg_elem *recv_msg_array, u_int count) in recv_msg_array_resid()
3272 recv_msg_array_is_valid(struct recv_msg_elem *recv_msg_array, u_int count) in recv_msg_array_is_valid()
H A Duipc_socket2.c2157 struct recv_msg_elem *recv_msg_array, u_int uiocnt, int *flagsp) in pru_soreceive_list_notsupp()