Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_syscalls.c168 static int recv_msg_array_is_valid(struct recv_msg_elem *, u_int);
170 u_int, struct user_msghdr_x *, struct recv_msg_elem *);
172 struct user_msghdr_x *, struct recv_msg_elem *, int *);
173 static struct recv_msg_elem *alloc_recv_msg_array(u_int count);
174 static void free_recv_msg_array(struct recv_msg_elem *, u_int);
2227 struct recv_msg_elem *recv_msg_array = NULL; in recvmsg_x()
2345 struct recv_msg_elem *recv_msg_elem; in recvmsg_x() local
2350 recv_msg_elem = recv_msg_array + i; in recvmsg_x()
2351 auio = recv_msg_elem->uio; in recvmsg_x()
2360 psa = (recv_msg_elem->which & SOCK_MSG_SA) ? in recvmsg_x()
[all …]
H A Duipc_socket2.c2157 struct recv_msg_elem *recv_msg_array, u_int uiocnt, int *flagsp) in pru_soreceive_list_notsupp()
H A Duipc_socket.c4136 sodelayed_copy_list(struct socket *so, struct recv_msg_elem *msgarray, in sodelayed_copy_list()
4165 soreceive_list(struct socket *so, struct recv_msg_elem *msgarray, u_int uiocnt, in soreceive_list()
/xnu-8020.140.41/bsd/sys/
H A Dprotosw.h447 struct recv_msg_elem;
539 int (*pru_soreceive_list)(struct socket *, struct recv_msg_elem *, u_int,
598 extern int pru_soreceive_list_notsupp(struct socket *, struct recv_msg_elem *, u_int,
H A Dsocketvar.h733 struct recv_msg_elem { struct
785 extern int soreceive_list(struct socket *so, struct recv_msg_elem *msgarray,
1044 extern user_ssize_t recv_msg_array_resid(struct recv_msg_elem *, u_int);