HelenOS sources

tcp_conn_recv_wait  167 uspace/app/websrv/websrv.c 		rc = tcp_conn_recv_wait(recv->conn, recv->rbuf, BUFFER_SIZE, &nrecv);
tcp_conn_recv_wait   54 uspace/lib/http/src/http.c 	return tcp_conn_recv_wait(http->conn, buf, buf_size, nrecv);
tcp_conn_recv_wait  118 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_conn_recv_wait(tcp_conn_t *, void *, size_t, size_t *);
tcp_conn_recv_wait  195 uspace/srv/hid/remcons/user.c 		rc = tcp_conn_recv_wait(user->conn, user->socket_buffer,
tcp_conn_recv_wait   72 uspace/srv/hid/rfb/rfb.c 		rc = tcp_conn_recv_wait(conn, rbuf, BUFFER_SIZE, &nrecv);
HelenOS homepage, sources at GitHub