Home
last modified time | relevance | path

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

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