Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dkpi_socket.h348 extern errno_t sock_send(socket_t so, const struct msghdr *msg, int flags,
/xnu-8019.80.24/bsd/net/
H A Dnet_stubs.c294 STUB(sock_send);
/xnu-8019.80.24/bsd/kern/
H A Dkpi_socket.c982 sock_send(socket_t sock, const struct msghdr *msg, int flags, size_t *sentlen) in sock_send() function
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_socket.c3824 error = sock_send(nmp->nm_nso->nso_so, &msg, MSG_DONTWAIT, &len); in nfs_sock_poke()