Searched refs:uipc_send (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c414 uipc_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, function
517 panic("uipc_send connected but no connection?");
574 panic("uipc_send unknown socktype");
689 .pru_send = uipc_send,
854 * since there is disconnect between sosend() and uipc_send() with
856 * data in uipc_send(). By setting this, we allow for slightly

Completed in 20 milliseconds