uipc_socket2.c | 640 * buffer space to the socket, by calling sbreserve(). This should commit 681 if (sbreserve(&so->so_snd, sndcc, so) == 0) 683 if (sbreserve(&so->so_rcv, rcvcc, so) == 0) 704 sbreserve(struct sockbuf *sb, u_long cc, struct socket *so) function in typeref:typename:int
|