Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dnet_stubs.c457 STUB(sosend_list);
/xnu-11215.81.4/bsd/sys/
H A Dsocketvar.h824 extern int sosend_list(struct socket *so, struct mbuf *pktlist, size_t total_pkt_len, u_int *pktcnt…
/xnu-11215.81.4/bsd/kern/
H A Dkern_control.c183 .pru_sosend_list = sosend_list,
H A Duipc_syscalls.c1859 error = sosend_list(so, top, total_pkt_len, &pkt_cnt, flags); in sendit_x()
H A Duipc_socket.c2715 sosend_list(struct socket *so, struct mbuf *pktlist, size_t total_len, u_int *pktcnt, int flags) in sosend_list() function