Home
last modified time | relevance | path

Searched refs:sosend (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/kern/
H A Dsys_socket.c79 return (sosend(so, NULL, uio, NULL, NULL, flags)); in soo_write()
H A Dsubr_log.c717 error = sosend(fp->f_data, NULL, &auio, NULL, NULL, flags); in dosendsyslog()
H A Duipc_syscalls.c786 error = sosend(so, to, &auio, NULL, control, flags); in sendit()
H A Duipc_socket.c640 sosend(struct socket *so, struct mbuf *addr, struct uio *uio, struct mbuf *top, in sosend() function
/openbsd/sys/sys/
H A Dsocketvar.h444 int sosend(struct socket *, struct mbuf *, struct uio *,
/openbsd/sys/nfs/
H A Dkrpc_subr.c345 error = sosend(so, nam, NULL, m, NULL, 0); in krpc_call()
H A Dnfs_socket.c493 error = sosend(so, sendnam, NULL, top, NULL, flags); in nfs_send()
/openbsd/sys/miscfs/fifofs/
H A Dfifo_vnops.c291 error = sosend(wso, NULL, ap->a_uio, NULL, NULL, flags); in fifo_write()
/openbsd/sys/net/
H A Dbfd.c999 return(sosend(bfd->bc_sosend, NULL, NULL, m, NULL, MSG_DONTWAIT)); in bfd_send()
H A Dif_wg.c842 ret = sosend(sc->sc_so4, &peernam, NULL, m, control, 0); in wg_send()
845 ret = sosend(sc->sc_so6, &peernam, NULL, m, control, 0); in wg_send()
H A Dif_pflow.c1277 return (sosend(sc->so, sc->send_nam, NULL, m, NULL, 0)); in pflow_sendout_mbuf()