Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnet_stubs.c450 STUB(soreceive_list);
/xnu-8019.80.24/bsd/netinet6/
H A Dudp6_usrreq.c193 .pru_soreceive_list = soreceive_list,
/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h789 extern int soreceive_list(struct socket *so, struct recv_msg_elem *msgarray,
/xnu-8019.80.24/bsd/kern/
H A Dkern_control.c181 .pru_soreceive_list = soreceive_list,
H A Duipc_socket.c4162 soreceive_list(struct socket *so, struct recv_msg_elem *msgarray, u_int uiocnt, in soreceive_list() function
/xnu-8019.80.24/bsd/netinet/
H A Dudp_usrreq.c228 .pru_soreceive_list = soreceive_list,