Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dnet_stubs.c454 STUB(sosend_list);
/xnu-8020.101.4/bsd/sys/
H A Dsocketvar.h783 extern int sosend_list(struct socket *so, struct uio **uio, u_int uiocnt,
/xnu-8020.101.4/bsd/kern/
H A Dkern_control.c179 .pru_sosend_list = sosend_list,
H A Duipc_socket.c2662 sosend_list(struct socket *so, struct uio **uioarray, u_int uiocnt, int flags) in sosend_list() function